Compartir a través de


Cube.Perspectives Propiedad

Gets the perspectives for the cube.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property Perspectives As PerspectiveCollection 
    Get
'Uso
Dim instance As Cube 
Dim value As PerspectiveCollection 

value = instance.Perspectives
[BrowsableAttribute(false)]
public PerspectiveCollection Perspectives { get; }
[BrowsableAttribute(false)]
public:
property PerspectiveCollection^ Perspectives {
    PerspectiveCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Perspectives : PerspectiveCollection
function get Perspectives () : PerspectiveCollection

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.PerspectiveCollection
A PerspectiveCollection for the cube.

Vea también

Referencia

Cube Clase

Espacio de nombres Microsoft.AnalysisServices