言語

StagingClearResponse コンストラクター

定義

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

オーバーロード

名前 説明
StagingClearResponse()

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

StagingClearResponse(Int32, Int32, Int32, OperationResult, Int32)

指定された属性レコード、バッチ、メンバーレコード、関係レコードのカウントがクリアされ、操作結果が完了した StagingClearResponse クラスの新しいインスタンスを初期化します。

StagingClearResponse()

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

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

適用対象

StagingClearResponse(Int32, Int32, Int32, OperationResult, Int32)

指定された属性レコード、バッチ、メンバーレコード、関係レコードのカウントがクリアされ、操作結果が完了した StagingClearResponse クラスの新しいインスタンスを初期化します。

public:
 StagingClearResponse(int AttributesRecordsClearedCount, int BatchesQueuedToClearCount, int MemberRecordsClearedCount, Microsoft::MasterDataServices::OperationResult ^ OperationResult, int RelationshipRecordsClearedCount);
public StagingClearResponse(int AttributesRecordsClearedCount, int BatchesQueuedToClearCount, int MemberRecordsClearedCount, Microsoft.MasterDataServices.OperationResult OperationResult, int RelationshipRecordsClearedCount);
new Microsoft.MasterDataServices.StagingClearResponse : int * int * int * Microsoft.MasterDataServices.OperationResult * int -> Microsoft.MasterDataServices.StagingClearResponse
Public Sub New (AttributesRecordsClearedCount As Integer, BatchesQueuedToClearCount As Integer, MemberRecordsClearedCount As Integer, OperationResult As OperationResult, RelationshipRecordsClearedCount As Integer)

パラメーター

AttributesRecordsClearedCount
Int32

記録が消去された属性の数。

BatchesQueuedToClearCount
Int32

クリアされたバッチの数。

MemberRecordsClearedCount
Int32

会員記録が消去された数。

OperationResult
OperationResult

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

RelationshipRecordsClearedCount
Int32

交際記録の数が消去されました。

適用対象