Поделиться через


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 - пространство имен