IDmlTrigger 接口

Represents a SQL Server DML trigger. 

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
Public Interface IDmlTrigger _
    Inherits ITrigger, IMetadataObject
用法
Dim instance As IDmlTrigger
public interface IDmlTrigger : ITrigger, 
    IMetadataObject
public interface class IDmlTrigger : ITrigger, 
    IMetadataObject
type IDmlTrigger =  
    interface
        interface ITrigger
        interface IMetadataObject
    end
public interface IDmlTrigger extends ITrigger, IMetadataObject

IDmlTrigger 类型公开以下成员。

属性

  名称 说明
公共属性 BodyText Gets the Transact-SQL statements that define the module. (从 ITrigger 继承。)
公共属性 Delete Gets a value that indicates whether the DML trigger activates on a DELETE statement.
公共属性 ExecutionContext Gets an IExecutionContext object that specifies the module execution context. (从 ITrigger 继承。)
公共属性 Insert Gets a value that indicates whether the DML trigger activates on an INSERT statement.
公共属性 InsteadOf Gets a value that indicates whether the DML trigger executes instead of the triggering Transact-SQL statement.
公共属性 IsEncrypted Gets a value that indicates whether the module is encrypted. (从 ITrigger 继承。)
公共属性 IsQuotedIdentifierOn Gets a value that indicates whether the quoted identifier option is on.
公共属性 Name Gets the name of the metadata object. (从 IMetadataObject 继承。)
公共属性 NotForReplication Gets a value that indicates whether the DML trigger is available for replication.
公共属性 Parent Gets the ITableViewBase object that is the parent of this object.
公共属性 Update Gets a value that indicates whether the DML trigger activates on an UPDATE statement.

页首

方法

  名称 说明
公共方法 Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (从 IMetadataObject 继承。)

页首