Share via


IMutableTrigger Interface

Represents a mutable SQL Server trigger.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public Interface IMutableTrigger _
    Inherits ITrigger, IMutableMetadataObject, IMetadataObject
'Usage
Dim instance As IMutableTrigger
public interface IMutableTrigger : ITrigger, 
    IMutableMetadataObject, IMetadataObject
public interface class IMutableTrigger : ITrigger, 
    IMutableMetadataObject, IMetadataObject
type IMutableTrigger =  
    interface 
        interface ITrigger 
        interface IMutableMetadataObject 
        interface IMetadataObject 
    end
public interface IMutableTrigger extends ITrigger, IMutableMetadataObject, IMetadataObject

The IMutableTrigger type exposes the following members.

Properties

  Name Description
Public property BodyText Gets or sets the Transact-SQL statements that define the module.
Public property ExecutionContext Gets or sets an IExecutionContext object that specifies the module execution context.
Public property IsEnabled Gets or sets a value that indicates whether the module is enabled.
Public property IsEncrypted Gets or sets a value that indicates whether the module is encrypted.
Public property IsSqlClr Gets or sets a value that indicates whether this is a CLR module.
Public property Name Gets the name of the metadata object. (Inherited from IMetadataObject.)

Top

Methods

  Name Description
Public method Accept<T> Accepts a visit from the specified IMetadataObjectVisitor<T> object. (Inherited from IMetadataObject.)

Top

See Also

Reference

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace