TriggerStatementBody.TriggerOptions Property

Gets a list of trigger options in a WITH clause, different options for trigger and function.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property TriggerOptions As IList(Of TriggerOption)
public IList<TriggerOption> TriggerOptions { get; }
public:
property IList<TriggerOption^>^ TriggerOptions {
    IList<TriggerOption^>^ get ();
}
member TriggerOptions : IList<TriggerOption>
function get TriggerOptions () : IList<TriggerOption>

Property Value

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

.NET Framework Security

See Also

Reference

TriggerStatementBody Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace