ModelCatalogItem.Perspectives 속성

Gets a list of any perspectives for this model.

네임스페이스:  ReportService2006
어셈블리:  ReportService2006(ReportService2006.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<ReportService2006.ModelPerspective[]
An array of ModelPerspective objects.

참고 항목

참조

ModelCatalogItem 클래스

ReportService2006 네임스페이스