次の方法で共有


ModelCatalogItem.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 オブジェクトの配列です。

関連項目

参照

ModelCatalogItem クラス

ReportService2005 名前空間

その他の技術情報

モデル デザイナーでのパースペクティブの処理