ReportingService2005.ListModelPerspectives メソッド
ユーザーが利用できるモデルとパースペクティブの一覧を示します。
名前空間: ReportService2005
アセンブリ: ReportService2005 (ReportService2005.dll)
構文
'宣言
Public Function ListModelPerspectives ( _
Model As String _
) As ModelCatalogItem()
'使用
Dim instance As ReportingService2005
Dim Model As String
Dim returnValue As ModelCatalogItem()
returnValue = instance.ListModelPerspectives(Model)
public ModelCatalogItem[] ListModelPerspectives(
string Model
)
public:
array<ModelCatalogItem^>^ ListModelPerspectives(
String^ Model
)
member ListModelPerspectives :
Model:string -> ModelCatalogItem[]
public function ListModelPerspectives(
Model : String
) : ModelCatalogItem[]
パラメーター
- Model
型: System.String
パースペクティブの一覧を表示するモデルの完全な名前です。
戻り値
型: array<ReportService2005.ModelCatalogItem[]
ModelCatalogItem オブジェクトの配列です。
説明
次の表に、この操作に関連するヘッダーおよび権限の情報を示します。
SOAP ヘッダー |
(Out) ServerInfoHeaderValue |
必要な権限 |
Model を指定しない場合、ListModelPerspectives は、ユーザーがモデル カタログ アイテムに対するプロパティの読み取り権限を持っている各モデルのパースペクティブの一覧を表示します。