AbortAfterWaitType Enum

Definition

The action to be taken after low priority wait times out.

public enum AbortAfterWaitType
type AbortAfterWaitType = 
Public Enum AbortAfterWaitType
Inheritance
AbortAfterWaitType

Fields

Blockers 1

After timeout abort blocking transactions.

None 0

After timeout enter the normal wait queue.

Self 2

After timeout abort the statement itself.

Applies to