IMutableTrigger Interface
Represents a mutable SQL Server 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. |
![]() | ExecutionContext | Gets or sets an IExecutionContext object that specifies the module execution context. |
![]() | IsEnabled | Gets or sets a value that indicates whether the module is enabled. |
![]() | IsEncrypted | Gets or sets a value that indicates whether the module is encrypted. |
![]() | IsSqlClr | Gets or sets a value that indicates whether this is a CLR module. |
![]() | Name | Gets the name of the metadata object.(Inherited from IMetadataObject.) |
| Name | Description | |
|---|---|---|
![]() | Accept<T>(IMetadataObjectVisitor<T>^) | Accepts a visit from the specified IMetadataObjectVisitor<T> object.(Inherited from IMetadataObject.) |
Show:

