Classe StatisticEvents

The StatisticEvents object represents the settings required for SQL Server statistic counter event notification.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.SqlServer.Management.Smo..::..StatisticEvents

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Class StatisticEvents
'Utilisation
Dim instance As StatisticEvents
public class StatisticEvents
public ref class StatisticEvents
type StatisticEvents =  class end
public class StatisticEvents

Le type StatisticEvents expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetEventSelection Returns the currently selected event notifications.
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique StartEvents Starts receiving events.
Méthode publique StopEvents Stops receiving events.
Méthode publique SubscribeToEvents(ObjectEventSet) Specifies the statistic counter events to receive.
Méthode publique SubscribeToEvents(ObjectEventSet, ServerEventHandler) Specifies the statistic counter events to receive and the event handler that handles the events.
Méthode publique ToString (hérité de Object.)
Méthode publique UnsubscribeAllEvents Clears all event settings, and removes all event handlers.
Méthode publique UnsubscribeFromEvents Clears the specified event settings, and removes all event handlers.

Haut de la page

Événements

  Nom Description
Événement public ServerEvent Specifies the event raised when an event occurs in Statistic object and the user has subscribed to the events from that object instance.

Haut de la page

Notes

The StatisticEvents 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.

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.