Propriété Perspective.Dimensions
Gets the dimensions for the perspective.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Dimensions As PerspectiveDimensionCollection
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.AnalysisServices.PerspectiveDimensionCollection
A PerspectiveDimensionCollection object.