ServiceClient.EntityStagingProcess Método

Definición

Establece el lote, la etiqueta a través de lote, el identificador de entidad, el tipo de miembro y el identificador de versión, que se va a poner en cola para procesarlo.

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

La configuración cultural.

BatchTag
String

El texto definido por el usuario que se ha usado para identificar el lote.

EntityId
Identifier

El identificador de entidad que se va a procesar.

MemberType
MemberType

El tipo de miembro que se va a procesar.

VersionId
Identifier

El identificador de versión asociado al lote.

OperationResult
OperationResult

Contiene el resultado de la operación cuando el método realiza la devolución. Este parámetro se pasa sin inicializar.

Devoluciones

Identificador entero único que identifica el lote que se va a poner en cola para su procesamiento.

Se aplica a