ISqlTrigger.SqlTriggerType Property

Gets or sets a value that specifies the timing of the execution of the trigger.

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

Syntax

'Declaration
Property SqlTriggerType As SqlTriggerType
SqlTriggerType SqlTriggerType { get; set; }
property SqlTriggerType SqlTriggerType {
    SqlTriggerType get ();
    void set (SqlTriggerType value);
}
abstract SqlTriggerType : SqlTriggerType with get, set
function get SqlTriggerType () : SqlTriggerType
function set SqlTriggerType (value : SqlTriggerType)

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlTriggerType

.NET Framework Security

See Also

Reference

ISqlTrigger Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace