AbortAfterWait Enumeration

 

Describes the various actions to take after the Low Priority expires during an online index build/switch partition operation.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)

public enum class AbortAfterWait

Member nameDescription
Blockers

Abort any blocking user transactions.

None

Wait with normal priority (default behavior).

Self

Abort the DDL operation.

Return to top
Show: