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