ParentAggregation 속성
Gets the parent Aggregation of the current AggregationAttribute.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentAggregation As Aggregation
Get
‘사용 방법
Dim instance As AggregationAttribute
Dim value As Aggregation
value = instance.ParentAggregation
[BrowsableAttribute(false)]
public Aggregation ParentAggregation { get; }
[BrowsableAttribute(false)]
public:
property Aggregation^ ParentAggregation {
Aggregation^ get ();
}
[<BrowsableAttribute(false)>]
member ParentAggregation : Aggregation
function get ParentAggregation () : Aggregation
속성 값
형식: Microsoft.AnalysisServices. . :: . .Aggregation
The parent Aggregation of the current AggregationAttribute.