ServiceClient.StagingProcess Método

Definición

Barre los registros existentes sin lotes en las tablas de staging en un lote para su procesamiento y lanza la ejecución de la cola de staging a petición.

public:
 Microsoft::MasterDataServices::StagingBatch ^ StagingProcess(Microsoft::MasterDataServices::International ^ International, bool Process, Microsoft::MasterDataServices::StagingUnbatchedCriteria ^ UnbatchedCriteria, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::OperationResult ^ % OperationResult);
public Microsoft.MasterDataServices.StagingBatch StagingProcess(Microsoft.MasterDataServices.International International, bool Process, Microsoft.MasterDataServices.StagingUnbatchedCriteria UnbatchedCriteria, out Microsoft.MasterDataServices.OperationResult OperationResult);
member this.StagingProcess : Microsoft.MasterDataServices.International * bool * Microsoft.MasterDataServices.StagingUnbatchedCriteria * OperationResult -> Microsoft.MasterDataServices.StagingBatch
Public Function StagingProcess (International As International, Process As Boolean, UnbatchedCriteria As StagingUnbatchedCriteria, ByRef OperationResult As OperationResult) As StagingBatch

Parámetros

International
International

Los entornos culturales.

Process
Boolean

true ejecutar el proceso de cola de etapas; de lo contrario, false.

UnbatchedCriteria
StagingUnbatchedCriteria

El criterio que especifica los registros no agrupados que se van a incluir en el nuevo lote.

OperationResult
OperationResult

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

Devoluciones

Los registros existentes sin lotes están en las tablas de preparación.

Se aplica a