Lenguaje

ServiceClient.StagingClear Método

Definición

Despeja la zona de preparación a granel.

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

Parámetros

International
International

Los entornos culturales.

Batches
Collection<Identifier>

La recopilación de identificadores de lote para limpiar.

BatchesQueuedToClearCount
Int32

Cuando este método regresa, contiene el número de lotes en cola para eliminar. Este parámetro se pasa sin inicializar.

MemberRecordsClearedCount
Int32

Cuando este método regresa, contiene el número de registros de miembros eliminados. Este parámetro se pasa sin inicializar.

OperationResult
OperationResult

Cuando este método regresa, contiene el resultado de la operación. Este parámetro se pasa sin inicializar.

RelationshipRecordsClearedCount
Int32

Cuando este método regresa, contiene el número de registros de relaciones borrados. Este parámetro se pasa sin inicializar.

Devoluciones

El identificador entero único que identifica el lote.

Se aplica a