Administrator - 2007-5-28 11:59:00
[上传]一个帮助理解AS2005的小程序 --谭东翻译整理,转贴请注明出自微软BI开拓者www.windbi.com原URL:
http://www.codeplex.com/mdxscriptperf也有助于理解AS2005内部机制.
附件:
MDX Performance.zip
Administrator - 2007-5-28 12:38:00
对程序中"clear calculations"的说明:
MSDN中:
CLEAR CALCULATIONS Statement (MDX)
Removes all calculations from the cube and returns the cube to calculation pass 0.
意即:使得这个cube,没有任何MDX脚本与之关联,若某cell与非叶级成员或nonadditive度量关联,
则它的值为null.
返回null.
gdonline - 2008-1-18 11:58:00
学习了。:default7: