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


TriggerAction.TriggerActionType - свойство

Получает или задает тип действия триггера.

Пространство имен:  Microsoft.Data.Schema.ScriptDom.Sql
Сборка:  Microsoft.Data.Schema.ScriptDom.Sql (в Microsoft.Data.Schema.ScriptDom.Sql.dll)

Синтаксис

'Декларация
Public Property TriggerActionType As TriggerActionType
    Get
    Set
public TriggerActionType TriggerActionType { get; set; }
public:
property TriggerActionType TriggerActionType {
    TriggerActionType get ();
    void set (TriggerActionType value);
}
member TriggerActionType : TriggerActionType with get, set
function get TriggerActionType () : TriggerActionType
function set TriggerActionType (value : TriggerActionType)

Значение свойства

Тип: Microsoft.Data.Schema.ScriptDom.Sql.TriggerActionType
Возвращает значение перечисления TriggerActionType.

Безопасность платформы .NET Framework

См. также

Ссылки

TriggerAction Класс

Microsoft.Data.Schema.ScriptDom.Sql - пространство имен