SchemaEvents Members
Include Protected Members
Include Inherited Members
The SchemaEvents object represents the settings required for SQL Server schema event notification.
The SchemaEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetEventSelection() | Returns a set of currently subscribed event notifications. | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from 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() | (Inherited from Object.) | |
UnsubscribeAllEvents() | Clear all event settings, and removes all event handlers. | |
UnsubscribeFromEvents(ObjectEventSet) | Clears the specified event setting, and removes all event handlers. |
Top