Proprietà ModelCatalogItem.Perspectives

Gets a list of any perspectives for this model.

Spazio dei nomi  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Sintassi

'Dichiarazione
Public Property Perspectives As ModelPerspective()
    Get 
    Set
'Utilizzo
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[])

Valore proprietà

Tipo: array<ReportService2005.ModelPerspective[]
An array of ModelPerspective objects.

Vedere anche

Riferimento

ModelCatalogItem Classe

Spazio dei nomi ReportService2005

Altre risorse

Utilizzo delle prospettive in Progettazione modelli