Perspectives-Eigenschaft
Gets a list of any perspectives for this model.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
Public Property Perspectives As ModelPerspective()
Get
Set
'Usage
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[])
Eigenschaftswert
Typ: array<ReportService2010. . :: . .ModelPerspective> [] () [] []
An array of ModelPerspective objects.