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.