ServiceClient.StagingClear Método

Definición

Borra el área de ensayo masivo.

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

La configuración cultural.

Batches
Collection<Identifier>

La colección de identificadores de lote que se va a borrar.

BatchesQueuedToClearCount
Int32

Contiene el número de lotes en cola que se van a borrar cuando el método realiza la devolución. Este parámetro se pasa sin inicializar.

MemberRecordsClearedCount
Int32

Contiene el número de registros de miembro borrados cuando el método realiza la devolución. Este parámetro se pasa sin inicializar.

OperationResult
OperationResult

Contiene el resultado de la operación cuando el método realiza la devolución. Este parámetro se pasa sin inicializar.

RelationshipRecordsClearedCount
Int32

Contiene el número de registros de relaciones borrados cuando el método realiza la devolución. Este parámetro se pasa sin inicializar.

Devoluciones

El identificador entero único que indica el lote.

Se aplica a