言語

ServiceClient.StagingClear メソッド

定義

大量の集結エリアをクリアする。

public:
 int StagingClear(Microsoft::MasterDataServices::International ^ International, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Identifier ^> ^ Batches, [Runtime::InteropServices::Out] int % BatchesQueuedToClearCount, [Runtime::InteropServices::Out] int % MemberRecordsClearedCount, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::OperationResult ^ % OperationResult, [Runtime::InteropServices::Out] int % RelationshipRecordsClearedCount);
public int StagingClear(Microsoft.MasterDataServices.International International, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Identifier> Batches, out int BatchesQueuedToClearCount, out int MemberRecordsClearedCount, out Microsoft.MasterDataServices.OperationResult OperationResult, out int RelationshipRecordsClearedCount);
member this.StagingClear : Microsoft.MasterDataServices.International * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Identifier> * int * int * OperationResult * int -> int
Public Function StagingClear (International As International, Batches As Collection(Of Identifier), ByRef BatchesQueuedToClearCount As Integer, ByRef MemberRecordsClearedCount As Integer, ByRef OperationResult As OperationResult, ByRef RelationshipRecordsClearedCount As Integer) As Integer

パラメーター

International
International

文化的な設定。

Batches
Collection<Identifier>

バッチ識別子のコレクションをクリアする。

BatchesQueuedToClearCount
Int32

このメソッドが戻ると、はクリア待ちのバッチ数を示します。 このパラメーターは初期化されていない状態で渡されます。

MemberRecordsClearedCount
Int32

このメソッドが戻ると、はクリアされたメンバーレコードの数を示します。 このパラメーターは初期化されていない状態で渡されます。

OperationResult
OperationResult

このメソッドが返されると、 は演算結果となります。 このパラメーターは初期化されていない状態で渡されます。

RelationshipRecordsClearedCount
Int32

このメソッドが戻ると、はクリア済みの関係レコードの数を示します。 このパラメーターは初期化されていない状態で渡されます。

返品

バッチを識別する一意の整数識別子です。

適用対象