Свойство 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.