Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a list of trigger options in 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)
'Usage
Dim instance As TriggerStatementBody 
Dim value As IList(Of TriggerOption)
value = instance.TriggerOptions
public IList<TriggerOption> TriggerOptions { get; }
public:
property IList<TriggerOption^>^ TriggerOptions {
    IList<TriggerOption^>^ get ();
}
public function get TriggerOptions () : IList<TriggerOption>
Property Value
Type: System.Collections.Generic.IList<TriggerOption>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.