AbortAfterWait 枚举

定义

指定 DDL 操作的ABORT_AFTER_WAIT选项。

[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
继承
AbortAfterWait
属性

字段

名称 说明
None 0

中止无。

Blockers 1

中止阻止用户事务。

Self 2

中止 DDL。

适用于