Свойство Perspectives
Gets a list of any perspectives for this model.
Пространство имен: ReportService2010
Сборка: ReportService2010 (в ReportService2010.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<ReportService2010. . :: . .ModelPerspective> [] () [] []
An array of ModelPerspective objects.