IMutableServerDdlTrigger 接口

Represents a mutable SQL Server DDL trigger.

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

语法

声明
Public Interface IMutableServerDdlTrigger _
    Inherits IServerDdlTrigger, IMutableTrigger, ITrigger, IMutableServerOwnedObject,  _
    IServerOwnedObject, IMutableDatabaseObject, IDatabaseObject, IMutableMetadataObject, IMetadataObject
用法
Dim instance As IMutableServerDdlTrigger
public interface IMutableServerDdlTrigger : IServerDdlTrigger, 
    IMutableTrigger, ITrigger, IMutableServerOwnedObject, IServerOwnedObject, IMutableDatabaseObject, 
    IDatabaseObject, IMutableMetadataObject, IMetadataObject
public interface class IMutableServerDdlTrigger : IServerDdlTrigger, 
    IMutableTrigger, ITrigger, IMutableServerOwnedObject, IServerOwnedObject, IMutableDatabaseObject, 
    IDatabaseObject, IMutableMetadataObject, IMetadataObject
type IMutableServerDdlTrigger =  
    interface
        interface IServerDdlTrigger
        interface IMutableTrigger
        interface ITrigger
        interface IMutableServerOwnedObject
        interface IServerOwnedObject
        interface IMutableDatabaseObject
        interface IDatabaseObject
        interface IMutableMetadataObject
        interface IMetadataObject
    end
public interface IMutableServerDdlTrigger extends IServerDdlTrigger, IMutableTrigger, ITrigger, IMutableServerOwnedObject, IServerOwnedObject, IMutableDatabaseObject, IDatabaseObject, IMutableMetadataObject, IMetadataObject

IMutableServerDdlTrigger 类型公开以下成员。

属性

  名称 说明
公共属性 BodyText Gets or sets the Transact-SQL statements that define the module. (从 IMutableTrigger 继承。)
公共属性 BodyText Gets the Transact-SQL statements that define the module. (从 ITrigger 继承。)
公共属性 ExecutionContext Gets or sets an IExecutionContext object that specifies the module execution context. (从 IMutableTrigger 继承。)
公共属性 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. (从 IMutableTrigger 继承。)
公共属性 IsEncrypted Gets a value that indicates whether the module is encrypted. (从 ITrigger 继承。)
公共属性 IsQuotedIdentifierOn Gets or sets a Boolean value that indicates whether the quoted identifier option is on.
公共属性 IsQuotedIdentifierOn Gets a Boolean value that indicates whether the quoted identifier option is on. (从 IServerDdlTrigger 继承。)
公共属性 IsSystemObject Gets a value that indicates whether this is a system object. (从 IDatabaseObject 继承。)
公共属性 IsSystemObject Gets or sets a value that indicates whether this is a system object. (从 IMutableDatabaseObject 继承。)
公共属性 Name Gets the name of the metadata object. (从 IMetadataObject 继承。)
公共属性 Parent Gets the IDatabaseObject object that is the parent of this object. (从 IDatabaseObject 继承。)
公共属性 Server Gets the IServer object that owns this object. (从 IServerOwnedObject 继承。)
公共属性 ServerDdlEvents Gets a set of server DDL event types.
公共属性 ServerDdlEvents Gets a set of server DDL event types. (从 IServerDdlTrigger 继承。)

页首