Dela 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
'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)

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