ServiceClient.EntityStagingLoad Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Carga a los miembros y su relación en el área de organización de la 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
Los entornos culturales.
- BatchTag
- String
El usuario definió texto para identificar el lote.
- ImportType
- EntityStagingImportType
El tipo de importación que debería intentarse dentro del disco para ser escenificada.
- ModelMembers
- Collection<EntityMembers>
La colección de miembros para cargar.
- QueueForProcessing
- Boolean
true poner el lote en cola para su procesamiento posterior; de lo contrario, false.
- StagingBatches
- Collection<Identifier>
Cuando este método regresa, contiene la colección de identificadores de los lotes de preparación. Este parámetro se pasa sin inicializar.
Devoluciones
Un OperationResult objeto que representa el resultado de la operación.