ModelCatalogItem.Perspectives 属性

Gets a list of any perspectives for this model.

命名空间:  ReportService2005
程序集:  ReportService2005(在 ReportService2005.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<ReportService2005.ModelPerspective[]
An array of ModelPerspective objects.

请参阅

参考

ModelCatalogItem 类

ReportService2005 命名空间

其他资源

在模型设计器中使用透视