Condividi tramite


ServiceClient.StagingProcess Metodo

Definizione

Apre i record non in batch esistenti nelle tabelle di staging in un batch per l'elaborazione e avvia l'esecuzione della coda di staging su richiesta.

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

Parametri

International
International

Impostazioni cultura.

Process
Boolean

true per eseguire il processo della coda della gestione temporanea; in caso contrario false.

UnbatchedCriteria
StagingUnbatchedCriteria

Criteri che specificano i record non in batch da inserire nel nuovo batch.

OperationResult
OperationResult

Quando il metodo viene restituito, contiene il risultato dell'operazione. Questo parametro viene passato non inizializzato.

Restituisce

Record non in batch esistenti nelle tabelle di staging.

Si applica a