TriggerStatementBody.TriggerOptions 屬性

取得 WITH 子句中觸發程序選項清單,這些選項與觸發程序和函式的選項不同。

命名空間:  Microsoft.Data.Schema.ScriptDom.Sql
組件:  Microsoft.Data.Schema.ScriptDom.Sql (在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

語法

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

屬性值

型別:System.Collections.Generic.IList<TriggerOption>

.NET Framework 安全性

請參閱

參考

TriggerStatementBody 類別

Microsoft.Data.Schema.ScriptDom.Sql 命名空間