TerminationClause Enumeration
The TerminationClause enumeration contains constant values that specify the action taken when transactions are terminated.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
語法
'宣告
Public Enumeration TerminationClause
public enum TerminationClause
public enum class TerminationClause
public enum TerminationClause
public enum TerminationClause
Members
Member name | Description |
---|---|
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.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
平台
開發平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
目標平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。