Perspective.Dimensions プロパティ

パースペクティブのディメンションを取得します。

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

構文

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

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

プロパティ値

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

関連項目

参照

Perspective クラス

Microsoft.AnalysisServices 名前空間