Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.