次の方法で共有


Aggregation.Dimensions プロパティ

Aggregation オブジェクトのディメンションのコレクションを取得します。

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

構文

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

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

プロパティ値

型: Microsoft.AnalysisServices.AggregationDimensionCollection
AggregationDimensionCollection オブジェクトです。

関連項目

参照

Aggregation クラス

Microsoft.AnalysisServices 名前空間