ParentAggregationDesign 속성
Gets the parent AggregationDesign object of an AggregationDimension.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
<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.