Поделиться через


Класс TransactionAnnotationsGetResponse

Holds the details of the response to TransactionAnnotationsGetRequest.

Иерархия наследования

System.Object
  Microsoft.MasterDataServices.TransactionAnnotationsGetResponse

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)

Синтаксис

'Декларация
<MessageContractAttribute(WrapperName := "TransactionAnnotationsGetResponse",  _
    WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class TransactionAnnotationsGetResponse
'Применение
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

Тип TransactionAnnotationsGetResponse обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод TransactionAnnotationsGetResponse() Initializes a new instance of the TransactionAnnotationsGetResponse class that has default values.
Открытый метод TransactionAnnotationsGetResponse(Collection<Annotation>, OperationResult, Int32) Initializes a new instance of the TransactionAnnotationsGetResponse class that has the specified list of annotations, operation result, and transaction ID's.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Поля

  Имя Описание
Открытое поле Annotations A list of annotations.
Открытое поле OperationResult The operation result, including a unique ID for tracking and logging.
Открытое поле TransactionId The transaction IDs.

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.MasterDataServices