Propriedade do RDL TriggerStatementBody.TriggerActions
Gets or sets the trigger actions.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public ReadOnly Property TriggerActions As IList(Of TriggerAction)
Get
'Uso
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>
Valor da propriedade
Tipo: System.Collections.Generic.IList<TriggerAction>
The trigger actions.