Share via


TriggerStatementBody.Options Property

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

'Declaration
Public ReadOnly Property Options As IList(Of TriggerOption)
    Get
'Usage
Dim instance As TriggerStatementBody 
Dim value As IList(Of TriggerOption)

value = instance.Options
public IList<TriggerOption> Options { get; }
public:
property IList<TriggerOption^>^ Options {
    IList<TriggerOption^>^ get ();
}
member Options : IList<TriggerOption>
function get Options () : IList<TriggerOption>

Property Value

Type: System.Collections.Generic.IList<TriggerOption>
The Options in WITH clause.

See Also

Reference

TriggerStatementBody Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace