TriggerStatementBody.TriggerActions 属性

获取触发器操作的列表。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public ReadOnly Property TriggerActions As IList(Of TriggerAction)
    Get
public IList<TriggerAction> TriggerActions { get; }
public:
property IList<TriggerAction^>^ TriggerActions {
    IList<TriggerAction^>^ get ();
}
member TriggerActions : IList<TriggerAction>
function get TriggerActions () : IList<TriggerAction>

属性值

类型:System.Collections.Generic.IList<TriggerAction>

.NET Framework 安全性

请参见

参考

TriggerStatementBody 类

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