共用方式為


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