ServiceClient.EntityStagingProcess Método

Definição

Define o batch, via tag de lote, identificador de entidade, tipo de membro e identificador de versão, para ser enfileirado para processamento.

public:
 int EntityStagingProcess(Microsoft::MasterDataServices::International ^ International, System::String ^ BatchTag, Microsoft::MasterDataServices::Identifier ^ EntityId, Microsoft::MasterDataServices::MemberType MemberType, Microsoft::MasterDataServices::Identifier ^ VersionId, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::OperationResult ^ % OperationResult);
public int EntityStagingProcess(Microsoft.MasterDataServices.International International, string BatchTag, Microsoft.MasterDataServices.Identifier EntityId, Microsoft.MasterDataServices.MemberType MemberType, Microsoft.MasterDataServices.Identifier VersionId, out Microsoft.MasterDataServices.OperationResult OperationResult);
member this.EntityStagingProcess : Microsoft.MasterDataServices.International * string * Microsoft.MasterDataServices.Identifier * Microsoft.MasterDataServices.MemberType * Microsoft.MasterDataServices.Identifier * OperationResult -> int
Public Function EntityStagingProcess (International As International, BatchTag As String, EntityId As Identifier, MemberType As MemberType, VersionId As Identifier, ByRef OperationResult As OperationResult) As Integer

Parâmetros

International
International

Os ambientes culturais.

BatchTag
String

O texto definido pelo usuário é usado para identificar o lote.

EntityId
Identifier

O identificador da entidade a ser processado.

MemberType
MemberType

O tipo de membro para processar.

VersionId
Identifier

O identificador de versão associado ao lote.

OperationResult
OperationResult

Quando esse método retorna, contém o resultado da operação. Esse parâmetro é passado sem inicialização.

Retornos

O identificador inteiro único que identifica o lote que está sendo enfileirado para processamento.

Aplica-se a