AggregationDesign.Dimensions プロパティ

AggregationDesign に関連付けられたディメンションを取得します。

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

構文

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

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

プロパティ値

型: Microsoft.AnalysisServices.AggregationDesignDimensionCollection
ディメンションのコレクションです。

関連項目

参照

AggregationDesign クラス

Microsoft.AnalysisServices 名前空間