Condividi tramite


Proprietà Statistic.Events

Gets the events that are associated with the database.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Events As StatisticEvents 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo.StatisticEvents
A StatisticEvents object that represents the statistic counter events.

Esempi

Creazione e aggiornamento delle statistiche

Vedere anche

Riferimento

Statistic Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

CREATE STATISTICS (Transact-SQL)