Condividi tramite


TerminationClause Enumeration

The TerminationClause enumeration contains constant values that specify the action taken when transactions are terminated.

Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintassi

'Dichiarazione
Public Enumeration TerminationClause
public enum TerminationClause
public enum class TerminationClause
public enum 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.

Osservazioni

The TerminationClause enumeration class is served by the Alter method.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Microsoft.SqlServer.Management.Smo Namespace