AbortAfterWait Enumeration

Definition

Gibt die option ABORT_AFTER_WAIT eines DDL-Vorgangs an.

[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
Vererbung
AbortAfterWait
Attribute

Felder

Name Wert Beschreibung
None 0

Keine Abbruch.

Blockers 1

Das Blockieren von Benutzertransaktionen wird abgebrochen.

Self 2

Abbrechen der DDL.

Gilt für: