Перечисление TerminationClause

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

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Enumeration TerminationClause
'Применение
Dim instance As TerminationClause
public enum TerminationClause
public enum class TerminationClause
type TerminationClause
public enum TerminationClause

Элементы

Имя элемента Описание
FailOnOpenTransactions The method will fail if there are any open transactions.
RollbackTransactionsImmediately Any open transactions will be rolled back immediately.

Замечания

The TerminationClause enumeration class is served by the Alter method.