Share via


ISqlTrigger.SqlTriggerType Property

Gets or sets the SQL trigger type.

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

Syntax

'Declaration
Property SqlTriggerType As SqlTriggerType
    Get
    Set
'Usage
Dim instance As ISqlTrigger
Dim value As SqlTriggerType

value = instance.SqlTriggerType

instance.SqlTriggerType = value
SqlTriggerType SqlTriggerType { get; set; }
property SqlTriggerType SqlTriggerType {
    SqlTriggerType get ();
    void set (SqlTriggerType value);
}
function get SqlTriggerType () : SqlTriggerType
function set SqlTriggerType (value : SqlTriggerType)
abstract SqlTriggerType : SqlTriggerType with get, set

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlTriggerType
Returns a SqlTriggerType enumeration value.

.NET Framework Security

See Also

Reference

ISqlTrigger Interface

ISqlTrigger Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace