Partilhar via


Classe EntityStagingClearRequest

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

Represents a request message for specifying the array of batches to clear.

Hierarquia de herança

System.Object
  Microsoft.MasterDataServices.EntityStagingClearRequest

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

Sintaxe

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

O tipo EntityStagingClearRequest expõe os membros a seguir.

Construtores

  Nome Descrição
Método público EntityStagingClearRequest() Infraestrutura. Initializes a new instance of the EntityStagingClearRequest class with default values.
Método público EntityStagingClearRequest(International, Int32, Identifier) Infraestrutura. Initializes a new instance of the EntityStagingClearRequest class with the specified International, BatchId and ModelId.

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 BatchId Infraestrutura. Specifies the batch to set to “pending clear”.
Campo público International Infraestrutura. Specifies the value indicating whether to use client localization information.
Campo público ModelId Infraestrutura. Specifies the model ID of the entity.

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