Linguaggio

AbortAfterWait Enumerazione

Definizione

Specifica l'opzione ABORT_AFTER_WAIT di un'operazione DDL.

[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
Ereditarietà
AbortAfterWait
Attributi

Campi

Nome Valore Descrizione
None 0

Interrompere nessuno.

Blockers 1

Interrompere il blocco delle transazioni utente.

Self 2

Interrompere il DDL.

Si applica a