Classe ServerEvents
The ServerEvents object represents the settings required for SQL Server server-level event notification.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.Management.Smo.ServerEvents
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public NotInheritable Class ServerEvents
'Utilisation
Dim instance As ServerEvents
public sealed class ServerEvents
public ref class ServerEvents sealed
[<SealedAttribute>]
type ServerEvents = class end
public final class ServerEvents
Le type ServerEvents expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
GetEventSelection | Returns the currently selected event notifications. | |
GetHashCode | (hérité de Object.) | |
GetTraceEventSelection | Returns the currently selected event notifications. | |
GetType | (hérité de Object.) | |
SetCredentials | Sets the credentials required by the instance of Microsoft SQL Server. | |
StartEvents | Starts receiving events. | |
StopEvents | Stops receiving events. | |
SubscribeToEvents(ServerEventSet) | Specifies the server events to receive. | |
SubscribeToEvents(ServerTraceEventSet) | Specifies the server trace events to receive. | |
SubscribeToEvents(ServerEventSet, ServerEventHandler) | Specifies the server events to receive and the event handler that handles the events. | |
SubscribeToEvents(ServerTraceEventSet, ServerEventHandler) | Specifies the server trace 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(ServerEventSet) | Clears the specified event settings, and removes all event handlers. | |
UnsubscribeFromEvents(ServerTraceEventSet) | Clears the specified event settings, and removes all event handlers. |
Haut de la page
Événements
Nom | Description | |
---|---|---|
ServerEvent | Specifies the event raised when an event occurs in Server object and the user has subscribed to the events from that object instance. |
Haut de la page
Notes
The ServerEvents 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.
Exemples
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.