Propriedade TriggerStatementBody.TriggerActions

Obtém uma lista de ações do disparador.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
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>

Valor de propriedade

Tipo: System.Collections.Generic.IList<TriggerAction>

Segurança do .NET Framework

Consulte também

Referência

TriggerStatementBody Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql