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.