Condividi tramite


Classe EntityStagingProcessResponse

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

Represents the entity staging process members response message contract.

Gerarchia di ereditarietà

System.Object
  Microsoft.MasterDataServices.EntityStagingProcessResponse

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

Sintassi

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

Nel tipo EntityStagingProcessResponse sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico EntityStagingProcessResponse() Infrastruttura. Initializes a new instance of the EntityStagingProcessResponse class.
Metodo pubblico EntityStagingProcessResponse(Int32, OperationResult) Infrastruttura. Initializes a new instance of the EntityStagingProcessResponse class with the specified batch ID and operation result.

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 resultant batch ID given to the batch.
Campo pubblico OperationResult Infrastruttura. Specifies the operation result.

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