AggregationAttribute.ParentAggregationDesign プロパティ

現在の AggregationAttribute の親 AggregationDesign を取得します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentAggregationDesign As AggregationDesign 
    Get
'使用
Dim instance As AggregationAttribute 
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
現在の AggregationAttribute の親 AggregationDesign です。

関連項目

参照

AggregationAttribute クラス

Microsoft.AnalysisServices 名前空間