Share via


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.