Classe SqlAssemblyEvents
SQL Server 2008 R2
The SqlAssemblyEvents object represents the settings that are required for SQL Server assembly event notification.
Espace de noms :
Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Le type SqlAssemblyEvents expose les membres suivants.
| Nom | Description | |
|---|---|---|
![]() | Equals | (hérité de Object.) |
![]() | Finalize | (hérité de Object.) |
![]() | GetEventSelection | Returns the currently selected event notifications. |
![]() | GetHashCode | (hérité de Object.) |
![]() | GetType | (hérité de Object.) |
![]() | MemberwiseClone | (hérité de Object.) |
![]() | StartEvents | Starts receiving events. |
![]() | StopEvents | Stops receiving events. |
![]() | SubscribeToEvents(SqlAssemblyEventSet) | Specifies the assembly events to receive. |
![]() | SubscribeToEvents(SqlAssemblyEventSet, ServerEventHandler) | Specifies the assembly events to receive and the event handler that handles the events. |
![]() | ToString | (hérité de Object.) |
![]() | UnsubscribeAllEvents | Clears all event settings, and removes all event handlers. |
![]() | UnsubscribeFromEvents | Clears the specified event settings, and removes all event handlers. |
| Nom | Description | |
|---|---|---|
![]() | ServerEvent | Specifies the event raised when an event occurs in SqlAssembly object and the user has subscribed to the events from that object instance. |
The SqlAssemblyEvents class is accessed through Events property and cannot be created as a stand-alone object.
Thread Safety
Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
