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 네임스페이스