Interfaz IServerDdlTrigger
SQL Server 2008 R2
Represents a SQL Server DDL trigger.
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
El tipo IServerDdlTrigger expone los siguientes miembros.
| 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. |
| 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.) |
