ServiceClient.StagingProcess Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.