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 を含む操作結果。

適用対象