It will then use the enumerated members to construct an MDX statement in order to retrieve the nested members with the measures requested.
然后它会使用枚举的成员构造一个mdx语句,以检索带有请求的度量的嵌套成员。
2
It's very common to have many nested functions in a SELECT statement.
select语句中存在嵌套函数是非常普遍的。
3
Using such a statement can sometimes be a better route than nested for loops or if statements to cut down on repetitive code or just for better structure.