CubeDef.Dimensions プロパティ

CubeDef クラスのディメンションを含む DimensionCollection クラスのインスタンスを取得します。

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

構文

'宣言
Public ReadOnly Property Dimensions As DimensionCollection 
    Get
'使用
Dim instance As CubeDef 
Dim value As DimensionCollection 

value = instance.Dimensions
public DimensionCollection Dimensions { get; }
public:
property DimensionCollection^ Dimensions {
    DimensionCollection^ get ();
}
member Dimensions : DimensionCollection
function get Dimensions () : DimensionCollection

プロパティ値

型: Microsoft.AnalysisServices.AdomdServer.DimensionCollection
CubeDef のディメンションを含む DimensionCollection です。

説明

Analysis Services では、各キューブにディメンションが少なくとも 1 つ関連付けられています。 Dimensions プロパティは、特定のキューブに関連付けられた Dimension オブジェクトのコレクションを取得するために使用されます。

   Dimensions プロパティには、Measures ディメンションは含まれません。

関連項目

参照

CubeDef クラス

Microsoft.AnalysisServices.AdomdServer 名前空間