AbortAfterWait Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |