ServiceClient.EntityStagingLoad Método

Definição

Carrega os membros e seu relacionamento na área de preparação da entidade.

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

Os ambientes culturais.

BatchTag
String

O usuário definiu texto para identificar o lote.

ImportType
EntityStagingImportType

O tipo de importação que deve ser tentada dentro do disco a ser encenada.

ModelMembers
Collection<EntityMembers>

A coleção de membros para carregar.

QueueForProcessing
Boolean

true colocar o lote na fila para processamento subsequente; caso contrário, false.

StagingBatches
Collection<Identifier>

Quando esse método retorna, contém a coleção de identificadores dos lotes de staging. Esse parâmetro é passado sem inicialização.

Retornos

Um OperationResult objeto que representa o resultado da operação.

Aplica-se a