次の方法で共有


ModelCatalogItem.Perspectives プロパティ

このモデルに関する任意のパースペクティブの一覧を取得します。

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

関連項目

参照

ModelCatalogItem クラス

ReportService2010 名前空間