Partilhar via


Classe EntityStagingGetRequest

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Represents the input message contract for the EntityStagingGet service call.

Hierarquia de herança

System.Object
  Microsoft.MasterDataServices.EntityStagingGetRequest

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)

Sintaxe

'Declaração
<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

O tipo EntityStagingGetRequest expõe os membros a seguir.

Construtores

  Nome Descrição
Método público EntityStagingGetRequest() Infraestrutura. Initializes a new instance of the EntityStagingGetRequest class.
Método público EntityStagingGetRequest(International, EntityStagingGetCriteria) Infraestrutura. Initializes a new instance of the EntityStagingGetRequest class with the specified international and get criteria.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Campos

  Nome Descrição
Campo público GetCriteria Infraestrutura. Specifies the criteria to use to get entity staging batches.
Campo público International Infraestrutura. The cultural setting.

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.MasterDataServices