Свойство TriggerAction.TriggerActionType

Gets or sets the type of the action.

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

Синтаксис

'Декларация
Public Property TriggerActionType As TriggerActionType 
    Get 
    Set
'Применение
Dim instance As TriggerAction 
Dim value As TriggerActionType 

value = instance.TriggerActionType

instance.TriggerActionType = value
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.SqlServer.TransactSql.ScriptDom.TriggerActionType
The type of the action.

См. также

Справочник

TriggerAction Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom