AggregationAttribute.ParentCube 속성

Gets the parent Cube of the current AggregationAttribute.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentCube As Cube 
    Get
‘사용 방법
Dim instance As AggregationAttribute 
Dim value As Cube 

value = instance.ParentCube
[BrowsableAttribute(false)]
public Cube ParentCube { get; }
[BrowsableAttribute(false)]
public:
property Cube^ ParentCube {
    Cube^ get ();
}
[<BrowsableAttribute(false)>]
member ParentCube : Cube
function get ParentCube () : Cube

속성 값

유형: Microsoft.AnalysisServices.Cube
The parent Cube of the current AggregationAttribute.

참고 항목

참조

AggregationAttribute 클래스

Microsoft.AnalysisServices 네임스페이스