Compartir a través de


Events Propiedad

Gets the events 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.