Dimensions Propiedad
Gets the dimensions for the perspective.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property Dimensions As PerspectiveDimensionCollection
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.AnalysisServices. . :: . .PerspectiveDimensionCollection
A PerspectiveDimensionCollection object.
Vea también