Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.