Clase EntityStagingGetRequest

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

Represents the input message contract for the EntityStagingGet service call.

Jerarquía de herencia

System.Object
  Microsoft.MasterDataServices.EntityStagingGetRequest

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

Sintaxis

'Declaración
<MessageContractAttribute(WrapperName := "EntityStagingGetRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class EntityStagingGetRequest
'Uso
Dim instance As EntityStagingGetRequest
[MessageContractAttribute(WrapperName = "EntityStagingGetRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public class EntityStagingGetRequest
[MessageContractAttribute(WrapperName = L"EntityStagingGetRequest", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public ref class EntityStagingGetRequest
[<MessageContractAttribute(WrapperName = "EntityStagingGetRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)>]
type EntityStagingGetRequest =  class end
public class EntityStagingGetRequest

El tipo EntityStagingGetRequest expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público EntityStagingGetRequest() Infraestructura. Initializes a new instance of the EntityStagingGetRequest class.
Método público EntityStagingGetRequest(International, EntityStagingGetCriteria) Infraestructura. Initializes a new instance of the EntityStagingGetRequest class with the specified international and get criteria.

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

Campos

  Nombre Descripción
Campo público GetCriteria Infraestructura. Specifies the criteria to use to get entity staging batches.
Campo público International Infraestructura. The cultural setting.

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