Partager via


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

Name Value Description
None 0

Abort none.

Blockers 1

Abort blocking user transactions.

Self 2

Abort the DDL.

Applies to