AbortAfterWait Enumeration
Describes the various actions to take after the Low Priority expires during an online index build/switch partition operation.
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
| Member name | Description | |
|---|---|---|
| Blockers | Abort any blocking user transactions. | |
| None | Wait with normal priority (default behavior). | |
| Self | Abort the DDL operation. |
Show: