IMutableDmlTrigger Interface
Represents a mutable SQL Server DML trigger.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | BodyText | Gets or sets the Transact-SQL statements that define the module.(Inherited from IMutableTrigger.) |
![]() | Delete | Gets or sets a value that indicates whether the DML trigger activates on a DELETE statement. |
![]() | DeleteActivationOrder | Gets or sets the ActivationOrder value that specifies activation order for DELETE event. |
![]() | ExecutionContext | Gets or sets an IExecutionContext object that specifies the module execution context.(Inherited from IMutableTrigger.) |
![]() | Insert | Gets or sets a value that indicates whether the DML trigger activates on an INSERT statement. |
![]() | InsertActivationOrder | Gets or sets the ActivationOrder value that specifies activation order for INSERT event. |
![]() | InsteadOf | Gets or sets a value that indicates whether the DML trigger executes instead of the triggering Transact-SQL statement. |
![]() | IsEnabled | Gets or sets a value that indicates whether the module is enabled.(Inherited from IMutableTrigger.) |
![]() | IsEncrypted | Gets or sets a value that indicates whether the module is encrypted.(Inherited from IMutableTrigger.) |
![]() | IsQuotedIdentifierOn | Gets or sets a value that indicates whether the identifiers delimited by double quotation marks are Transact-SQL reserved keywords or contain characters not usually allowed by the Transact-SQL syntax rules. |
![]() | IsSqlClr | Gets or sets a value that indicates whether this is a CLR module.(Inherited from IMutableTrigger.) |
![]() | Name | Gets the name of the metadata object.(Inherited from IMetadataObject.) |
![]() | NotForReplication | Gets or sets a value that indicates whether the trigger is available for replication. |
![]() | Parent | Gets the ITableViewBase object that is the parent of this object.(Inherited from IDmlTrigger.) |
![]() | Update | Gets or sets a value that indicates whether the DML trigger is activated on an UPDATE statement. |
![]() | UpdateActivationOrder | Gets or sets the ActivationOrder value that specifies activation order for UPDATE event. |
| Name | Description | |
|---|---|---|
![]() | Accept<T>(IMetadataObjectVisitor<T>^) | Accepts a visit from the specified IMetadataObjectVisitor<T> object.(Inherited from IMetadataObject.) |

