다음을 통해 공유


ModelCatalogItem.Perspectives 속성

Gets a list of any perspectives for this model.

네임스페이스:  ReportService2005
어셈블리:  ReportService2005(ReportService2005.dll)

구문

‘선언
Public Property Perspectives As ModelPerspective()
    Get 
    Set
‘사용 방법
Dim instance As ModelCatalogItem 
Dim value As ModelPerspective()

value = instance.Perspectives

instance.Perspectives = value
public ModelPerspective[] Perspectives { get; set; }
public:
property array<ModelPerspective^>^ Perspectives {
    array<ModelPerspective^>^ get ();
    void set (array<ModelPerspective^>^ value);
}
member Perspectives : ModelPerspective[] with get, set
function get Perspectives () : ModelPerspective[]
function set Perspectives (value : ModelPerspective[])

속성 값

유형: array<ReportService2005.ModelPerspective[]
An array of ModelPerspective objects.

참고 항목

참조

ModelCatalogItem 클래스

ReportService2005 네임스페이스

관련 자료

모델 디자이너에서 큐브 뷰 작업