共用方式為


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。)

上層