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.