言語

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が含まれます。

適用対象