Compartir a través de


Clase EntityStagingProcessRequest

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents a complex type that specifies the details of the entity staging process request.

Jerarquía de herencia

System.Object
  Microsoft.MasterDataServices.Services.MessageContracts.MessageRequest
    Microsoft.MasterDataServices.Services.MessageContracts.EntityStagingProcessRequest

Espacio de nombres:  Microsoft.MasterDataServices.Services.MessageContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<MessageContractAttribute> _
Public Class EntityStagingProcessRequest _
    Inherits MessageRequest
'Uso
Dim instance As EntityStagingProcessRequest
[MessageContractAttribute]
public class EntityStagingProcessRequest : MessageRequest
[MessageContractAttribute]
public ref class EntityStagingProcessRequest : public MessageRequest
[<MessageContractAttribute>]
type EntityStagingProcessRequest =  
    class 
        inherit MessageRequest 
    end
public class EntityStagingProcessRequest extends MessageRequest

El tipo EntityStagingProcessRequest expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público EntityStagingProcessRequest Infraestructura. Initializes a new instance of the EntityStagingProcessRequest class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública BatchTag Infraestructura. Gets or sets the batch tag to identify the staging batch.
Propiedad pública EntityId Infraestructura. Gets or sets the GUID or the exact Name of an Entity.
Propiedad pública International Gets or sets the client localization information. (Se hereda de MessageRequest.)
Propiedad pública MemberType Infraestructura. Gets or sets the member type of the data being staged.
Propiedad pública VersionId Infraestructura. Gets or sets the GUID or the exact Name of a Model Version.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices.Services.MessageContracts