AggregationDimension.ParentAggregationDesign 속성

Gets the parent AggregationDesign object of an AggregationDimension.

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

구문

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

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

속성 값

유형: Microsoft.AnalysisServices.AggregationDesign
An AggregationDesign object.

주의

An AggregationDesign object defines a set of aggregation definitions that can be shared across multiple partitions in a database.

참고 항목

참조

AggregationDimension 클래스

Microsoft.AnalysisServices 네임스페이스