ITrigger 接口

Represents a SQL Server trigger.

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

语法

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

ITrigger 类型公开以下成员。

属性

  名称 说明
公共属性 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. (从 IMetadataObject 继承。)

页首

方法

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

页首