IMutableTrigger 接口

Represents a mutable SQL Server trigger.

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

语法

声明
Public Interface IMutableTrigger _
    Inherits ITrigger, IMutableMetadataObject, IMetadataObject
用法
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

IMutableTrigger 类型公开以下成员。

属性

  名称 说明
公共属性 BodyText Gets or sets the Transact-SQL statements that define the module.
公共属性 BodyText Gets the Transact-SQL statements that define the module. (从 ITrigger 继承。)
公共属性 ExecutionContext Gets or sets an IExecutionContext object that specifies the module execution context.
公共属性 ExecutionContext Gets an IExecutionContext object that specifies the module execution context. (从 ITrigger 继承。)
公共属性 IsEncrypted Gets or sets a value that indicates whether the module is encrypted.
公共属性 IsEncrypted Gets a value that indicates whether the module is encrypted. (从 ITrigger 继承。)
公共属性 Name Gets the name of the metadata object. (从 IMetadataObject 继承。)

页首

方法

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

页首