See Also

DdlTrigger Class  | RedGate.SQLCompare.Engine Namespace

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

DdlTrigger Class Members

RedGate.SQLCompare.Engine Namespace : DdlTrigger Class

DdlTrigger 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 DDL trigger, for a CLR DDL trigger.
Public Property AssemblyClass The CLR assembly class name for the DDL trigger, for a CLR DDL trigger.
Public Property AssemblyMethod The CLR assembly method name for the DDL trigger, for a CLR trigger.
Public Property CLRObject True if the DDL trigger is a Common Language Runtime (CLR) DDL trigger.
Public Property Database (Inherited from SchemaObject)The database to which the object belongs.
Public Property Encrypted True if the DDL trigger definition is encrypted.
Public Property EventTypes The event types for the DDL trigger.
Public Property ExecuteAs The user whose security context is to be used for the execution of the DDL trigger. This is a SQL Server 2005 feature.
Public Property ExtendedProperties The extended properties defined for the DDL trigger.
Public Property FullyQualifiedName Overridden. The fully-qualified name of the DDL trigger.
Public Property InsteadOf True if the trigger is an instead of trigger.
Public Property IsDisabled True if the trigger is disabled.
Public Property Name (Inherited from SchemaObject) The name of the object.
Public Property ObjectType Overridden. Returns ObjectType.DdlTrigger
Public Property Owner (Inherited from SchemaObject) The owner or the schema of the object.
Public Property Permissions (Inherited from SchemaObject)The permissions on the object.
Public Property QuotedIdentifierOn True if the trigger was created with quoted identifiers on.
Public Property ScriptSource (Inherited from SchemaObject) The location of the creation script for this object if the database source is set to scripts folder.
Public Property ScriptSourceAuthorization (Inherited from SchemaObject) The location of the creation script for the ALTER AUTHORIZATION statement for this object if the database source is set to scripts folder.
Public Property Text The text of the DDL trigger, if it is not a CLR DDL trigger.

Public Methods

Public Method Equals Overloaded. Overridden. Compares the DDL trigger with a specified DDL trigger.
Public Method ScriptObject Overridden.  Scripts the object.
Public Method ToString (Inherited from SchemaObject) Returns the fully-qualified name of the object prefixed with the object type.

See Also

DdlTrigger Class  | RedGate.SQLCompare.Engine Namespace

 

 


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