다음을 통해 공유


Parent 속성

Gets the Aggregation object that is the parent of the AggregationDimension object.

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

구문

‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Aggregation
    Get
‘사용 방법
Dim instance As AggregationDimension
Dim value As Aggregation

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