Класс TransactionsReverseResponse
Retrieves an operation result and an array that contains the reversed transactions.
Иерархия наследования
System.Object
Microsoft.MasterDataServices.TransactionsReverseResponse
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
<MessageContractAttribute(WrapperName := "TransactionsReverseResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class TransactionsReverseResponse
'Применение
Dim instance As TransactionsReverseResponse
[MessageContractAttribute(WrapperName = "TransactionsReverseResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class TransactionsReverseResponse
[MessageContractAttribute(WrapperName = L"TransactionsReverseResponse", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class TransactionsReverseResponse
[<MessageContractAttribute(WrapperName = "TransactionsReverseResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type TransactionsReverseResponse = class end
public class TransactionsReverseResponse
Тип TransactionsReverseResponse обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
TransactionsReverseResponse() | Initializes a new instance of the TransactionsReverseResponse class that has default values. |
![]() |
TransactionsReverseResponse(OperationResult, Collection<ReplacementId>) | Initializes a new instance of the TransactionsReverseResponse class that has the specified operation result and list of reversed transactions. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Поля
Имя | Описание | |
---|---|---|
![]() |
OperationResult | The operation result, including a unique ID for tracking and logging. |
![]() |
TransactionsReversed | The list of reversed transactions. |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.