Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the events that are associated with the database.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property Events As StatisticEvents
Get
'Usage
Dim instance As Statistic
Dim value As StatisticEvents
value = instance.Events
public StatisticEvents Events { get; }
public:
property StatisticEvents^ Events {
StatisticEvents^ get ();
}
member Events : StatisticEvents
function get Events () : StatisticEvents
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Smo.StatisticEvents
A StatisticEvents object that represents the statistic counter events.
Beispiele
Erstellen und Aktualisieren von Statistiken
Siehe auch
Verweis
Microsoft.SqlServer.Management.Smo-Namespace