次の方法で共有


Perspectives プロパティ

このモデルに関する任意の分析観点の一覧を取得します。

名前空間:  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> [] () [] []
ModelPerspective オブジェクトの配列です。