Поделиться через


Интерфейс ITrigger

Represents a SQL Server trigger.

Пространство имен:  Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка:  Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)

Синтаксис

'Декларация
Public Interface ITrigger _
    Inherits IMetadataObject
'Применение
Dim instance As ITrigger
public interface ITrigger : IMetadataObject
public interface class ITrigger : IMetadataObject
type ITrigger =  
    interface
        interface IMetadataObject
    end
public interface ITrigger extends IMetadataObject

Тип ITrigger обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство BodyText Gets the Transact-SQL statements that define the module.
Открытое свойство ExecutionContext Gets an IExecutionContext object that specifies the module execution context.
Открытое свойство IsEncrypted Gets a value that indicates whether the module is encrypted.
Открытое свойство Name Gets the name of the metadata object. (Производный от IMetadataObject.)

В начало

Методы

  Имя Описание
Открытый метод Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Производный от IMetadataObject.)

В начало