Интерфейс 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.)

В начало