TriggerStatementBody.Options 属性

定义

WITH 子句中的选项 - 触发器和函数的不同选项

public System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.TriggerOption> Options { get; }
member this.Options : System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.TriggerOption>
Public ReadOnly Property Options As IList(Of TriggerOption)

属性值

适用于