Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.