Compartir a través de


SchemaEvents Miembros

The SchemaEvents object represents the settings required for SQL Server schema event notification.

El tipo SchemaEvents expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetEventSelection Returns a set of currently subscribed event notifications.
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico StartEvents Starts receiving events.
Método publico StopEvents Stops receiving events.
Método publico SubscribeToEvents(ObjectEventSet) Specifies the object events to receive.
Método publico SubscribeToEvents(ObjectEventSet, ServerEventHandler) Specifies the object events to receive.
Método publico ToString (Se hereda de Object).
Método publico UnsubscribeAllEvents Clear all event settings, and removes all event handlers.
Método publico UnsubscribeFromEvents Clears the specified event setting, and removes all event handlers.

Principio

Eventos

  Nombre Descripción
Evento público ServerEvent Specifies the server event handler for schema events.

Principio