TransactionTypes Enumeration
The TransactionTypes enumeration contains constant values that specify the method of recording transactions.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
| Member name | Description | |
|---|---|---|
| Both | Specifies versioned and unversioned transactions. | |
| UnVersioned | Specifies unversioned transactions only. | |
| Versioned | Specifies versioned transactions only. |
The TransactionTypes enumeration class is served by the EnumTransactions method.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Show: