次の方法で共有


ReportingService2005.GetModelDefinition メソッド

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

名前空間:  ReportService2005
アセンブリ:  ReportService2005 (ReportService2005.dll)

構文

'宣言
Public Function GetModelDefinition ( _
    Model As String _
) As Byte()
'使用
Dim instance As ReportingService2005 
Dim Model As String 
Dim returnValue As Byte()

returnValue = instance.GetModelDefinition(Model)
public byte[] GetModelDefinition(
    string Model
)
public:
array<unsigned char>^ GetModelDefinition(
    String^ Model
)
member GetModelDefinition : 
        Model:string -> byte[] 
public function GetModelDefinition(
    Model : String
) : byte[]

パラメーター

戻り値

型: array<System.Byte[]
次の表に、この操作に関連するヘッダーおよび権限の情報を示します。

SOAP ヘッダー

(Out) ServerInfoHeaderValue

必要な権限

ReadContent

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

関連項目

参照

ReportingService2005 クラス

ReportService2005 名前空間