语言

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

当该方法返回时,包含已清除的关系记录数量。 此参数未初始化传递。

返回

识别批次的唯一整数标识符。

适用于