Expand Minimize
This topic has not yet been rated - Rate this topic

TerminationClause Enumeration

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)
public enum TerminationClause
Member nameDescription
FailOnOpenTransactionsThe method will fail if there are any open transactions.
RollbackTransactionsImmediatelyAny open transactions will be rolled back immediately.

The TerminationClause enumeration class is served by the Alter method.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.