Language

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ヘッダー** (アウト) ServerInfoHeaderValue
**必要な許可** ReadContent

モデルはBase 64エンコードのバイト配列として定義されます。 このデータ型の詳細については、Microsoft .NET Frameworkのドキュメントにある「バイト構造」をご覧ください。

適用対象