Freigeben über


Statistic.Events-Eigenschaft

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

Statistic Klasse

Microsoft.SqlServer.Management.Smo-Namespace

Andere Ressourcen

CREATE STATISTICS (Transact-SQL)