TriggerStatementBody.Options 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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)