AggregationDesign.Aggregations プロパティ

AggregationDesign 用に作成された集計を取得します。

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

構文

'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property Aggregations As AggregationCollection 
    Get
'使用
Dim instance As AggregationDesign 
Dim value As AggregationCollection 

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

プロパティ値

型: Microsoft.AnalysisServices.AggregationCollection
集計のコレクションです。

関連項目

参照

AggregationDesign クラス

Microsoft.AnalysisServices 名前空間