Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Members
Member name | Description | |
---|---|---|
FailOnOpenTransactions | The method will fail if there are any open transactions. | |
RollbackTransactionsImmediately | Any open transactions will be rolled back immediately. |
Remarks
The TerminationClause enumeration class is served by the Alter method.