See Also

Trigger Class  | RedGate.SQLCompare.Engine Namespace

See Also RedGate.SQLCompare.Engine Send comments on this topic.

Trigger Class Members

RedGate.SQLCompare.Engine Namespace : Trigger Class

Trigger overview

Public Properties

Public Property After True if the trigger is an after trigger.
Public Property AnsiNullsOn True if the trigger was created with ansi nulls on.
Public Property Assembly The CLR assembly for the DML trigger, if it is a CLR DML trigger.
Public Property AssemblyClass The CLR assembly class name for the DML trigger, if it is a CLR DML trigger.
Public Property AssemblyMethod The CLR assembly method name for the DML trigger, if it is a CLR DML trigger.
Public Property CLRObject True if the trigger is a CLR trigger.
Public Property Database The database to which the trigger belongs.
Public Property Delete True if the trigger is a delete trigger.
Public Property Encrypted True if the trigger definition is encrypted.
Public Property ExecuteAs The user whose security context is to be used for the execution of the trigger. This is a SQL Server 2005 feature.
Public Property FirstDeleteTrigger True if the trigger is the first delete trigger.
Public Property FirstInsertTrigger True if the trigger is the first insert trigger.
Public Property FirstUpdateTrigger True if the trigger is the first update trigger.
Public Property FullyQualifiedName The fully-qualified name of the trigger.
Public Property ID The identifier of the trigger.
Public Property Insert True if the trigger is an insert trigger.
Public Property InsteadOf True if the trigger is an instead of trigger.
Public Property IsDisabled True if the trigger is disabled.
Public Property LastDeleteTrigger True if the trigger is the last delete trigger.
Public Property LastInsertTrigger True if the trigger is the last insert trigger.
Public Property LastUpdateTrigger True if the trigger is the last update trigger.
Public Property Name The name of the trigger.
Public Property ObjectType Returns ObjectType.Trigger
Public Property Owner The owner or the schema of the trigger.
Public Property QuotedIdentifierOn True if the trigger was created with quoted identifiers on.
Public Property Text The text of the trigger.
Public Property Update True if the trigger is an update trigger.

Public Methods

Public Method Equals Overloaded. Compares the trigger with a specified trigger.

See Also

Trigger Class  | RedGate.SQLCompare.Engine Namespace

 

 


© 2003 - 2007 Red Gate Software Ltd. All Rights Reserved.