ModelCatalogItem.Perspectives Özelliği
Bu modeli için tüm Perspektifler listesini alır.
Ad Alanı: ReportService2005
Derleme: ReportService2005 (ReportService2005 içinde.dll)
Sözdizimi
'Bildirim
Public Property Perspectives As ModelPerspective()
Get
Set
'Kullanım
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[])
Özellik Değeri
Tür: array<ReportService2005.ModelPerspective[]
Bir dizi ModelPerspective nesneler.
Ayrıca bkz.