Udostępnij za pośrednictwem


TriggerAction.TriggerActionType Property

Gets or sets the trigger action type.

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

Syntax

'Declaration
Public Property TriggerActionType As TriggerActionType
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)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.TriggerActionType
Returns a TriggerActionType enumeration value.

.NET Framework Security

See Also

Reference

TriggerAction Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace