Freigeben über


TransactionTypes-Enumeration

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

Diese Enumeration verfügt über ein FlagsAttribute-Attribut, das die bitweise Kombination der Elementwerte zulässt.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration TransactionTypes
'Usage
Dim instance As TransactionTypes
[FlagsAttribute]
public enum TransactionTypes
[FlagsAttribute]
public enum class TransactionTypes
[<FlagsAttribute>]
type TransactionTypes
public enum TransactionTypes

Elemente

Elementname Beschreibung
Both Specifies versioned and unversioned transactions.
UnVersioned Specifies unversioned transactions only.
Versioned Specifies versioned transactions only.

Hinweise

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.

Siehe auch

Verweis

Microsoft.SqlServer.Management.Smo-Namespace