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 命名空间