Interfaz IServerDdlTrigger
Represents a SQL Server DDL trigger.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
Public Interface IServerDdlTrigger _
Inherits ITrigger, IServerOwnedObject, IDatabaseObject, IMetadataObject
'Uso
Dim instance As IServerDdlTrigger
public interface IServerDdlTrigger : ITrigger,
IServerOwnedObject, IDatabaseObject, IMetadataObject
public interface class IServerDdlTrigger : ITrigger,
IServerOwnedObject, IDatabaseObject, IMetadataObject
type IServerDdlTrigger =
interface
interface ITrigger
interface IServerOwnedObject
interface IDatabaseObject
interface IMetadataObject
end
public interface IServerDdlTrigger extends ITrigger, IServerOwnedObject, IDatabaseObject, IMetadataObject
El tipo IServerDdlTrigger expone los siguientes miembros.
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
BodyText | Gets the Transact-SQL statements that define the module. (Se hereda de ITrigger.) |
![]() |
ExecutionContext | Gets an IExecutionContext object that specifies the module execution context. (Se hereda de ITrigger.) |
![]() |
IsEncrypted | Gets a value that indicates whether the module is encrypted. (Se hereda de ITrigger.) |
![]() |
IsQuotedIdentifierOn | Gets a Boolean value that indicates whether the quoted identifier option is on. |
![]() |
IsSystemObject | Gets a value that indicates whether this is a system object. (Se hereda de IDatabaseObject.) |
![]() |
Name | Gets the name of the metadata object. (Se hereda de IMetadataObject.) |
![]() |
Parent | Gets the IDatabaseObject object that is the parent of this object. (Se hereda de IDatabaseObject.) |
![]() |
Server | Gets the IServer object that owns this object. (Se hereda de IServerOwnedObject.) |
![]() |
ServerDdlEvents | Gets a set of server DDL event types. |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > )(IDatabaseObjectVisitor< (Of < <' (T> ) > > )) | Accepts a visit from the specified IDatabaseObjectVisitor<(Of <(<'T>)>)> object. (Se hereda de IDatabaseObject.) |
![]() |
Accept< (Of < <' (T> ) > > )(IMetadataObjectVisitor< (Of < <' (T> ) > > )) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Se hereda de IMetadataObject.) |
![]() |
Accept< (Of < <' (T> ) > > )(IServerOwnedObjectVisitor< (Of < <' (T> ) > > )) | Accepts a visit from the specified IServerOwnedObjectVisitor<(Of <(<'T>)>)> object. (Se hereda de IServerOwnedObject.) |
Arriba
.gif)
.gif)