ReportingService2005.GetUserModel(String, String) メソッド

定義

現在のユーザーに対してモデルのセマンティック部分を返します。

public:
 cli::array <System::Byte> ^ GetUserModel(System::String ^ Model, System::String ^ Perspective);
public byte[] GetUserModel(string Model, string Perspective);
member this.GetUserModel : string * string -> byte[]
Public Function GetUserModel (Model As String, Perspective As String) As Byte()

パラメーター

Model
String

ユーザー固有のモデル定義を取得するモデルのフルネーム。

Perspective
String

レポートモデルを取得するための視点のID。

返品

Byte[]

ユーザーが権限を持つモデルの意味部分のSMDL定義を含むバイト配列。 このデータ型の詳細については、Microsoft .NET Frameworkのドキュメントにある「バイト構造」をご覧ください。

注釈

以下の表は、この操作のヘッダーおよび権限情報を示しています。

SOAPヘッダー (アウト) ServerInfoHeaderValue
必要なアクセス許可 ReadProperties

返されるモデル定義は、ユーザーが閲覧または使用権限を持つモデルの意味的部分に限定されます。

Perspectiveが提供されると、返されるユーザーモデルはその視点でユーザーが見る権限を持つモデル項目のみを反映します。

適用対象