次の方法で共有


AggregationDesignAttribute.ParentAggregationDesign プロパティ

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

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

構文

'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentAggregationDesign As AggregationDesign 
    Get
'使用
Dim instance As AggregationDesignAttribute 
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 オブジェクトです。

関連項目

参照

AggregationDesignAttribute クラス

Microsoft.AnalysisServices 名前空間