言語

ExportViewCreateResponse コンストラクター

定義

ExportViewCreateResponse クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
ExportViewCreateResponse()

デフォルト値を持つ ExportViewCreateResponse クラスの新しいインスタンスを初期化します。

ExportViewCreateResponse(OperationResult)

指定された操作結果を持つ ExportViewCreateResponse クラスの新しいインスタンスを初期化します。

ExportViewCreateResponse()

デフォルト値を持つ ExportViewCreateResponse クラスの新しいインスタンスを初期化します。

public:
 ExportViewCreateResponse();
public ExportViewCreateResponse();
Public Sub New ()

適用対象

ExportViewCreateResponse(OperationResult)

指定された操作結果を持つ ExportViewCreateResponse クラスの新しいインスタンスを初期化します。

public:
 ExportViewCreateResponse(Microsoft::MasterDataServices::OperationResult ^ OperationResult);
public ExportViewCreateResponse(Microsoft.MasterDataServices.OperationResult OperationResult);
new Microsoft.MasterDataServices.ExportViewCreateResponse : Microsoft.MasterDataServices.OperationResult -> Microsoft.MasterDataServices.ExportViewCreateResponse
Public Sub New (OperationResult As OperationResult)

パラメーター

OperationResult
OperationResult

この操作結果には、追跡と記録のための一意IDが含まれます。

適用対象