TriggerStatementBody.TriggerActions 属性
Gets or sets the trigger actions.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public ReadOnly Property TriggerActions As IList(Of TriggerAction)
Get
用法
Dim instance As TriggerStatementBody
Dim value As IList(Of TriggerAction)
value = instance.TriggerActions
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>
The trigger actions.