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.