Свойство Cube.Perspectives

Gets the perspectives for the cube.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
<BrowsableAttribute(False)> _
Public ReadOnly Property Perspectives As PerspectiveCollection 
    Get
'Применение
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

Значение свойства

Тип: Microsoft.AnalysisServices.PerspectiveCollection
A PerspectiveCollection for the cube.

См. также

Справочник

Cube Класс

Пространство имен Microsoft.AnalysisServices