Expand Minimize
This topic has not yet been rated - Rate this topic

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.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[FlagsAttribute]
public enum TransactionTypes
Member nameDescription
VersionedSpecifies versioned transactions only.
UnVersionedSpecifies unversioned transactions only.
BothSpecifies versioned and unversioned transactions.

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.