TriggerStatementBody.Options Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the Options in WITH clause - different options for trigger and function

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public IList<TriggerOption> Options { get; }
public:
property IList<TriggerOption^>^ Options {
    IList<TriggerOption^>^ get();
}
member Options : IList<TriggerOption> with get
Public ReadOnly Property Options As IList(Of TriggerOption)

Property Value

Type: System.Collections.Generic.IList<TriggerOption>

The Options in WITH clause.

See Also

TriggerStatementBody Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top