AggregationDimension.CubeDimension 属性
Gets the parent CubeDimension corresponding to the AggregationDimension.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
<BrowsableAttribute(False)> _
Public ReadOnly Property CubeDimension As CubeDimension
Get
用法
Dim instance As AggregationDimension
Dim value As CubeDimension
value = instance.CubeDimension
[BrowsableAttribute(false)]
public CubeDimension CubeDimension { get; }
[BrowsableAttribute(false)]
public:
property CubeDimension^ CubeDimension {
CubeDimension^ get ();
}
[<BrowsableAttribute(false)>]
member CubeDimension : CubeDimension
function get CubeDimension () : CubeDimension
属性值
类型:Microsoft.AnalysisServices.CubeDimension
A CubeDimension object.
注释
There is one CubeDimension for each dimension on a cube, which covers all the measure groups of the cube.