Membros SchemaEvents
The SchemaEvents object represents the settings required for SQL Server schema event notification.
O tipo SchemaEvents expõe os seguintes membros.
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetEventSelection | Returns a set of currently subscribed event notifications. | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
StartEvents | Starts receiving events. | |
StopEvents | Stops receiving events. | |
SubscribeToEvents(ObjectEventSet) | Specifies the object events to receive. | |
SubscribeToEvents(ObjectEventSet, ServerEventHandler) | Specifies the object events to receive. | |
ToString | (Herdado de Object.) | |
UnsubscribeAllEvents | Clear all event settings, and removes all event handlers. | |
UnsubscribeFromEvents | Clears the specified event setting, and removes all event handlers. |
Início