ServiceClient.EntityStagingLoad Método

Definición

Carga los miembros y su relación en el área de ensayo de entidad.

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

Parámetros

International
International

La configuración cultural.

BatchTag
String

El texto definido por el usuario que se va a usar para identificar el lote.

ImportType
EntityStagingImportType

El tipo de importación que se debe intentar en el registro que se va a almacenar de forma provisional.

ModelMembers
Collection<EntityMembers>

La colección de miembros que se va a cargar.

QueueForProcessing
Boolean

true para poner en cola el lote para el siguiente procesamiento; de lo contrario, false.

StagingBatches
Collection<Identifier>

Contiene la colección de identificadores de los lotes de almacenamiento provisional cuando el método realiza la devolución. Este parámetro se pasa sin inicializar.

Devoluciones

Objeto OperationResult que representa el resultado de la operación.

Se aplica a