Proprietà Perspective.Dimensions

Gets the dimensions for the perspective.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property Dimensions As PerspectiveDimensionCollection 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.AnalysisServices.PerspectiveDimensionCollection
A PerspectiveDimensionCollection object.

Vedere anche

Riferimento

Perspective Classe

Spazio dei nomi Microsoft.AnalysisServices