Propriedade do RDL Events
Gets the events that are associated with the database.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .StatisticEvents
A StatisticEvents object that represents the statistic counter events.
Consulte também