Partager via


ServiceClient.StagingProcess Méthode

Définition

Place les enregistrements des tables de mise en lots qui ne sont pas regroupés par lots dans un lot à traiter et lance l'exécution de la file d'attente de site sur demande.

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

Paramètres

International
International

Paramètres de culture.

Process
Boolean

true pour exécuter le processus de file d'attente de site ; sinon, false.

UnbatchedCriteria
StagingUnbatchedCriteria

Critères qui spécifient les enregistrements non regroupés par lots à placer dans le nouveau lot.

OperationResult
OperationResult

Cette méthode retourne le résultat de l'opération. Ce paramètre est passé sans être initialisé.

Retours

Enregistrements non regroupés par lots existants dans les tables intermédiaires.

S’applique à