TransactionTypes Enumeration

The TransactionTypes enumeration contains constant values that specify the method of recording transactions.

命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

語法

'宣告
<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.

備註

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.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

Microsoft.SqlServer.Management.Smo Namespace