ServiceClient.EntityStagingProcess Método

Definição

Define o lote, por meio de marca de lote, identificador de entidade, tipo de membro e identificador de versão, a 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

As configurações 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 a ser processado.

VersionId
Identifier

O identificador de versão associado ao lote.

OperationResult
OperationResult

Quando esse método retorna, contém o resultado da operação. Este parâmetro é passado não inicializado.

Retornos

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

Aplica-se a