Share via


ReportingService2005.GetModelDefinition(String) メソッド

定義

モデルの定義を取得します。

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

パラメーター

Model
String

モデルの完全な名前です。

戻り値

Byte[]

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

**SOAP ヘッダー** (Out) ServerInfoHeaderValue
**必要なアクセス許可**ReadContent

Base64 エンコードされたバイト配列で表したモデル定義です。 このデータ型の詳細については、Microsoft .NET Framework のドキュメントの「Byte 構造体」を参照してください。

適用対象