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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.