Интерфейс 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.) |
В начало