ITrigger Interface
Represents a SQL Server trigger.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Public Interface ITrigger _
Inherits IMetadataObject
'Usage
Dim instance As ITrigger
public interface ITrigger : IMetadataObject
public interface class ITrigger : IMetadataObject
type ITrigger =
interface
interface IMetadataObject
end
public interface ITrigger extends IMetadataObject
The ITrigger type exposes the following members.
Properties
Name | Description | |
---|---|---|
BodyText | Gets the Transact-SQL statements that define the module. | |
ExecutionContext | Gets an IExecutionContext object that specifies the module execution context. | |
IsEncrypted | Gets a value that indicates whether the module is encrypted. | |
Name | Gets the name of the metadata object. (Inherited from IMetadataObject.) |
Top
Methods
Name | Description | |
---|---|---|
Accept<T> | Accepts a visit from the specified IMetadataObjectVisitor<T> object. (Inherited from IMetadataObject.) |
Top