次の方法で共有


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

このメソッドが戻るとき、消去されたリレーションシップ レコードの数が含まれています。 このパラメーターは初期化せずに渡されます。

戻り値

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

適用対象