Condividi tramite


Classe TransactionAnnotationsGetResponse

Holds the details of the response to TransactionAnnotationsGetRequest.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.MasterDataServices..::..TransactionAnnotationsGetResponse

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

Sintassi

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

Nel tipo TransactionAnnotationsGetResponse sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico TransactionAnnotationsGetResponse() () () () Initializes a new instance of the TransactionAnnotationsGetResponse class that has default values.
Metodo pubblico TransactionAnnotationsGetResponse(Collection< (Of < <' (Annotation> ) > > ), OperationResult, Int32) Initializes a new instance of the TransactionAnnotationsGetResponse class that has the specified list of annotations, operation result, and transaction ID's.

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 Annotations A list of annotations.
Campo pubblico OperationResult The operation result, including a unique ID for tracking and logging.
Campo pubblico TransactionId The transaction IDs.

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.