Condividi tramite


ServiceClient.EntityStagingLoad Metodo

Definizione

Carica i membri e la relativa relazione nell'area di gestione temporanea entità.

public:
 Microsoft::MasterDataServices::OperationResult ^ EntityStagingLoad(Microsoft::MasterDataServices::International ^ International, System::String ^ BatchTag, Microsoft::MasterDataServices::EntityStagingImportType ImportType, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::EntityMembers ^> ^ ModelMembers, bool QueueForProcessing, [Runtime::InteropServices::Out] System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Identifier ^> ^ % StagingBatches);
public Microsoft.MasterDataServices.OperationResult EntityStagingLoad (Microsoft.MasterDataServices.International International, string BatchTag, Microsoft.MasterDataServices.EntityStagingImportType ImportType, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.EntityMembers> ModelMembers, bool QueueForProcessing, out System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Identifier> StagingBatches);
member this.EntityStagingLoad : Microsoft.MasterDataServices.International * string * Microsoft.MasterDataServices.EntityStagingImportType * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.EntityMembers> * bool * Collection -> Microsoft.MasterDataServices.OperationResult
Public Function EntityStagingLoad (International As International, BatchTag As String, ImportType As EntityStagingImportType, ModelMembers As Collection(Of EntityMembers), QueueForProcessing As Boolean, ByRef StagingBatches As Collection(Of Identifier)) As OperationResult

Parametri

International
International

Impostazioni cultura.

BatchTag
String

Testo definito dall'utente per identificare il batch.

ImportType
EntityStagingImportType

Tipo di importazione che occorre tentare all'interno del record da gestire temporaneamente.

ModelMembers
Collection<EntityMembers>

Raccolta di membri da caricare.

QueueForProcessing
Boolean

true per inserire in coda il batch per l'elaborazione successiva; in caso contrario, false.

StagingBatches
Collection<Identifier>

Quando il metodo viene restituito, contiene la raccolta di identificatori dei batch di gestione temporanea. Questo parametro viene passato non inizializzato.

Restituisce

Oggetto OperationResult che rappresenta il risultato dell'operazione.

Si applica a