xSQL.Schema.SqlServer Namespace : SqlClrTrigger Class |
The following tables list the members exposed by SqlClrTrigger.
Name | Description | |
---|---|---|
![]() | SqlClrTrigger Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | AssemblyName | Gets or sets the assembly that contains the trigger. |
![]() | ClassName | Gets or sets the class name in which the trigger is defined. |
![]() | DeleteOrder | Gets or sets the trigger delete order. (Inherited from xSQL.Schema.SqlServer.TriggerBase) |
![]() | DeleteTrigger | Gets or sets the value that indicates whether the trigger is a delete trigger. (Inherited from xSQL.Schema.SqlServer.TriggerBase) |
![]() | ExecutionContext | Gets or sets the execution context for the trigger. (Inherited from xSQL.Schema.SqlServer.TriggerBase) |
![]() | ExecutionPrincipal | Gets or sets the execution principal for the trigger. (Inherited from xSQL.Schema.SqlServer.TriggerBase) |
![]() | FullName | Gets the full name of the entity formatted as schema.name. If the entity has no schema, only the name is returned. (Inherited from xSQL.Schema.Core.Entity) |
![]() | FullNameDelimited | Gets the delimited full name for the entity formatted as [schema].[name]. (Inherited from xSQL.Schema.SqlServer.SqlEntity) |
![]() | FullyQualifyingName | Gets the fully-qualifying name formatted as parent.trigger (Inherited from xSQL.Schema.SqlServer.TriggerBase) |
![]() | FullyQualifyingNameDelimited | Gets the delimited fully-qualifying name formatted as [parent].[trigger] (Inherited from xSQL.Schema.SqlServer.TriggerBase) |
![]() | Id | Gets or sets a unique id for the entity. (Inherited from xSQL.Schema.Core.Entity) |
![]() | InsertOrder | Gets or sets the trigger insert order. (Inherited from xSQL.Schema.SqlServer.TriggerBase) |
![]() | InsertTrigger | Gets or sets the value that indicates whether the trigger is an insert trigger. (Inherited from xSQL.Schema.SqlServer.TriggerBase) |
![]() | IsEnabled | Gets or sets the value that indicates whether the trigger is enabled. (Inherited from xSQL.Schema.SqlServer.TriggerBase) |
![]() | IsInsteadOfTrigger | Gets or sets the value that indicates whether the trigger is an instead-of trigger. (Inherited from xSQL.Schema.SqlServer.TriggerBase) |
![]() | IsNotForReplication | Gets or sets the value that indicates whether the trigger is created with NOT FOR REPLICATION attribute. (Inherited from xSQL.Schema.SqlServer.TriggerBase) |
![]() | Method | Gets or sets the trigger method. |
![]() | Name | Gets or sets the name of the entity. (Inherited from xSQL.Schema.Core.Entity) |
![]() | Parent | Gets the parent entity of this entity. (Inherited from xSQL.Schema.Core.Entity) |
![]() | Schema | Gets or set the entity schema. (Inherited from xSQL.Schema.Core.Entity) |
![]() | SqlDatabase | Gets the SqlEntity.SqlDatabase to which the entity belongs. (Inherited from xSQL.Schema.SqlServer.SqlEntity) |
![]() | SqlEntityType | Gets the type of the entity. (Inherited from xSQL.Schema.SqlServer.SqlScriptableEntity) |
![]() | SqlExtendedProperties | Gets the collection of extended properties that belong to the trigger. (Inherited from xSQL.Schema.SqlServer.TriggerBase) |
![]() | UpdateOrder | Gets or sets the trigger update order. (Inherited from xSQL.Schema.SqlServer.TriggerBase) |
![]() | UpdateTrigger | Gets or sets the value that indicates whether the trigger is an update trigger. (Inherited from xSQL.Schema.SqlServer.TriggerBase) |
Name | Description | |
---|---|---|
![]() | Equals | Overloaded. Returns true if this instance of the SqlScriptableEntity class is equal to the other object, which should also be an instance of SqlScriptableEntity class. (Inherited from xSQL.Schema.SqlServer.SqlScriptableEntity) |
![]() | GetScript | Returns the T-SQL script for this entity with the specified scripting options. (Inherited from xSQL.Schema.SqlServer.SqlScriptableEntity) |
![]() | ToString | Returns the full name of the entity. (Inherited from xSQL.Schema.Core.Entity) |