Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
The TransactionTypes enumeration contains constant values that specify the method of recording transactions.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration TransactionTypes
[FlagsAttribute]
public enum TransactionTypes
[FlagsAttribute]
public enum class TransactionTypes
/** @attribute FlagsAttribute() */
public enum TransactionTypes
FlagsAttribute
public enum TransactionTypes
Members
| Member name | Description |
|---|---|
| Both | Specifies versioned and unversioned transactions. |
| UnVersioned | Specifies unversioned transactions only. |
| Versioned | Specifies versioned transactions only. |
Remarks
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.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.