ITrigger Interface
Represents a SQL Server trigger.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | BodyText | Gets the Transact-SQL statements that define the module. |
![]() | ExecutionContext | Gets an IExecutionContext object that specifies the module execution context. |
![]() | IsEnabled | Gets a value that indicates whether the module is enabled. |
![]() | IsEncrypted | Gets a value that indicates whether the module is encrypted. |
![]() | IsSqlClr | Gets a value that indicates whether the module 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:

