TerminationClause Enumeration
The TerminationClause enumeration contains constant values that specify the action taken when transactions are terminated.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
| Member name | Description | |
|---|---|---|
| FailOnOpenTransactions | The method will fail if there are any open transactions. | |
| RollbackTransactionsImmediately | Any open transactions will be rolled back immediately. |
Show: