Udostępnij za pośrednictwem


Właściwość Cube.Perspectives

Pobiera perspektywy dla moduł.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
<BrowsableAttribute(False)> _
Public ReadOnly Property Perspectives As PerspectiveCollection
    Get
'Użycie
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