Compartir a través de


Statistic.Events Propiedad

Gets the events that are associated with the database.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property Events As StatisticEvents 
    Get
'Uso
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

Valor de la propiedad

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

Ejemplos

Crear y actualizar estadísticas

Vea también

Referencia

Statistic Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

CREATE STATISTICS (Transact-SQL)