TriggerStatementBody.Options Property

Definition

Options in WITH clause - different options for trigger and function

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)

Property Value

Applies to