Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.