次の方法で共有


EntityStagingClearResponse コンストラクター

定義

指定した値を使用して、EntityStagingClearResponse クラスの新しいインスタンスを初期化します。

オーバーロード

EntityStagingClearResponse()

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

EntityStagingClearResponse(OperationResult)

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

EntityStagingClearResponse()

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

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

適用対象

EntityStagingClearResponse(OperationResult)

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

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

パラメーター

OperationResult
OperationResult

追跡およびログ記録の一意の ID を含む操作結果。

適用対象