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.

请参阅

参考

Microsoft.SqlServer.Management.Smo 命名空间