Freigeben über


TerminationClause-Enumeration

The TerminationClause enumeration contains constant values that specify the action taken when transactions are terminated.

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

Syntax

'Declaration
Public Enumeration TerminationClause
'Usage
Dim instance As TerminationClause
public enum TerminationClause
public enum class TerminationClause
type TerminationClause
public enum TerminationClause

Member

Membername Beschreibung
FailOnOpenTransactions The method will fail if there are any open transactions.
RollbackTransactionsImmediately Any open transactions will be rolled back immediately.

Hinweise

The TerminationClause enumeration class is served by the Alter method.