AbortAfterWait Enum

Definition

Specifies the ABORT_AFTER_WAIT option of a DDL operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.AbortAfterWaitConverter))]
public enum AbortAfterWait
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.AbortAfterWaitConverter))>]
type AbortAfterWait = 
Public Enum AbortAfterWait
Inheritance
AbortAfterWait
Attributes

Fields

Blockers 1

Abort blocking user transactions.

None 0

Abort none.

Self 2

Abort the DDL.

Applies to