Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the trigger actions.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property TriggerActions As IList(Of TriggerAction)
Get
'Usage
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>
Property Value
Type: System.Collections.Generic.IList<TriggerAction>
The trigger actions.