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
- 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.