Condividi tramite


Classe EntityStagingClearRequest

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Gerarchia di ereditarietà

System.Object
  Microsoft.MasterDataServices.EntityStagingClearRequest

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<MessageContractAttribute(WrapperName := "EntityStagingClearRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class EntityStagingClearRequest
'Utilizzo
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

Nel tipo EntityStagingClearRequest sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico EntityStagingClearRequest() Infrastruttura. Initializes a new instance of the EntityStagingClearRequest class with default values.
Metodo pubblico EntityStagingClearRequest(International, Int32, Identifier) Infrastruttura. Initializes a new instance of the EntityStagingClearRequest class with the specified International, BatchId and ModelId.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Campi

  Nome Descrizione
Campo pubblico BatchId Infrastruttura. Specifies the batch to set to “pending clear”.
Campo pubblico International Infrastruttura. Specifies the value indicating whether to use client localization information.
Campo pubblico ModelId Infrastruttura. Specifies the model ID of the entity.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.MasterDataServices