共用方式為


Perspective.Dimensions 屬性

Gets the dimensions for the perspective.

命名空間:  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
A PerspectiveDimensionCollection object.

請參閱

參考

Perspective 類別

Microsoft.AnalysisServices 命名空間