IDatabaseDdlTrigger 接口

Represents a database DDL trigger.

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

语法

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

IDatabaseDdlTrigger 类型公开以下成员。

属性

  名称 说明
公共属性 BodyText Gets the Transact-SQL statements that define the module. (从 ITrigger 继承。)
公共属性 Database Gets the IDatabase object that owns this object. (从 IDatabaseOwnedObject 继承。)
公共属性 DatabaseDdlEvents Gets a set of database DDL event types.
公共属性 ExecutionContext Gets an IExecutionContext object that specifies the module execution context. (从 ITrigger 继承。)
公共属性 IsEncrypted Gets a value that indicates whether the module is encrypted. (从 ITrigger 继承。)
公共属性 IsQuotedIdentifierOn Gets a Boolean value that indicates if the quoted identifier option is set.
公共属性 IsSystemObject Gets a value that indicates whether this is a system object. (从 IDatabaseObject 继承。)
公共属性 Name Gets the name of the metadata object. (从 IMetadataObject 继承。)
公共属性 Parent Gets the IDatabaseObject object that is the parent of this object. (从 IDatabaseObject 继承。)

页首