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 | |
|---|---|---|
| .gif) | Equals(Object) | (Inherited from Object.) | 
| .gif) | Finalize() | (Inherited from Object.) | 
| .gif) | GetEventSelection() | Returns a set of currently subscribed event notifications. | 
| .gif) | GetHashCode() | (Inherited from Object.) | 
| .gif) | GetType() | (Inherited from Object.) | 
| .gif) | MemberwiseClone() | (Inherited from Object.) | 
| .gif) | StartEvents() | Starts receiving events. | 
| .gif) | StopEvents() | Stops receiving events. | 
| .gif) | SubscribeToEvents(ObjectEventSet) | Specifies the object events to receive. | 
| .gif) | SubscribeToEvents(ObjectEventSet, ServerEventHandler) | Specifies the object events to receive. | 
| .gif) | ToString() | (Inherited from Object.) | 
| .gif) | UnsubscribeAllEvents() | Clear all event settings, and removes all event handlers. | 
| .gif) | UnsubscribeFromEvents(ObjectEventSet) | Clears the specified event setting, and removes all event handlers. | 
Top
.gif)