Este tema aún no ha recibido ninguna valoración - Valorar este tema

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)
public interface IServerDdlTrigger : ITrigger, 
	IServerOwnedObject, IDatabaseObject, IMetadataObject

El tipo IServerDdlTrigger expone los siguientes miembros.

  NombreDescripción
Propiedad públicaBodyTextGets the Transact-SQL statements that define the module. (Se hereda de ITrigger.)
Propiedad públicaExecutionContextGets an IExecutionContext object that specifies the module execution context. (Se hereda de ITrigger.)
Propiedad públicaIsEncryptedGets a value that indicates whether the module is encrypted. (Se hereda de ITrigger.)
Propiedad públicaIsQuotedIdentifierOnGets a Boolean value that indicates whether the quoted identifier option is on.
Propiedad públicaIsSystemObjectGets a value that indicates whether this is a system object. (Se hereda de IDatabaseObject.)
Propiedad públicaNameGets the name of the metadata object. (Se hereda de IMetadataObject.)
Propiedad públicaParentGets the IDatabaseObject object that is the parent of this object. (Se hereda de IDatabaseObject.)
Propiedad públicaServerGets the IServer object that owns this object. (Se hereda de IServerOwnedObject.)
Propiedad públicaServerDdlEventsGets a set of server DDL event types.
Arriba
¿Te ha resultado útil?
(Caracteres restantes: 1500)

Adiciones de comunidad

AGREGAR
© 2013 Microsoft. Reservados todos los derechos.