AggregationDimension.ParentAggregationDesign プロパティ

AggregationDimension の親である AggregationDesign オブジェクトを取得します。

名前空間:  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
AggregationDesign オブジェクトです。

説明

AggregationDesign オブジェクトにより、データベース内の複数のパーティションで共有できる一連の集計定義が定義されます。

関連項目

参照

AggregationDimension クラス

Microsoft.AnalysisServices 名前空間