ReportingService2006.ListModelPerspectives(String) メソッド

定義

ユーザーが利用できるモデルとパースペクティブの一覧を示します。

public:
 cli::array <ReportService2006::ModelCatalogItem ^> ^ ListModelPerspectives(System::String ^ Path);
public ReportService2006.ModelCatalogItem[] ListModelPerspectives (string Path);
member this.ListModelPerspectives : string -> ReportService2006.ModelCatalogItem[]
Public Function ListModelPerspectives (Path As String) As ModelCatalogItem()

パラメーター

Path
String

ファイル名と .smdl ファイル名拡張子を含む、モデルの完全修飾 URL です。

戻り値

ModelCatalogItem オブジェクトの配列。

注釈

次の表に、この操作に関連するヘッダーおよび権限の情報を示します。

SOAP ヘッダー (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue
必要なアクセス許可 <xref:Microsoft.SharePoint.SPBasePermissions.ViewListItems>

Path がサイトを指し示している場合、このサイトのユーザーが利用できる各モデルのすべてのパースペクティブが返されます。

Path パラメーターを NULL または空にすることはできません。 Path がサイト コレクションのフォルダーの完全修飾 URL の場合、ListModelPerspectives は、ユーザーがフォルダー直下に "読み取り" 権限を持つすべてのモデルのパースペクティブを返します。

適用対象