ServiceClient.EntityStagingProcess 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í.
Establece que el batch, mediante etiqueta de lote, identificador de entidad, tipo de miembro e identificador de versión, se ponga en cola para su procesamiento.
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
Los entornos culturales.
- BatchTag
- String
El texto definido por el usuario se utiliza para identificar el lote.
- EntityId
- Identifier
El identificador de entidad a procesar.
- MemberType
- MemberType
El tipo de miembro para procesar.
- VersionId
- Identifier
El identificador de versión asociado al lote.
- OperationResult
- OperationResult
Cuando este método regresa, contiene el resultado de la operación. Este parámetro se pasa sin inicializar.
Devoluciones
El identificador entero único que identifica el lote que se está poniendo en cola para su procesamiento.