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