UserDefinedTypeEvents Members
The UserDefinedTypeEvents object represents the settings required for Microsoft SQL Server user-defined type event notification.
The following tables list the members exposed by the UserDefinedTypeEvents type.
Public Methods
(see also Protected Methods )
Nom | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetEventSelection | Returns the currently selected event notifications. | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
StartEvents | Starts receiving events. | |
StopEvents | Stops receiving events. | |
SubscribeToEvents | Overloaded. Specifies the user-defined type events to receive. | |
ToString | (inherited from Object ) | |
UnsubscribeAllEvents | Clears all event settings, and removes all event handlers. | |
UnsubscribeFromEvents | Clears the specified event settings, and removes all event handlers. |
Haut de la page
Protected Methods
Nom | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Haut de la page
Public Events
Nom | Description | |
---|---|---|
ServerEvent | Specifies the event raised when an event occurs in UserDefinedType object and the user has subscribed to the events from that object instance. |
Haut de la page
Voir aussi
Référence
UserDefinedTypeEvents Class
Microsoft.SqlServer.Management.Smo Namespace