Propriété Events
Gets the events that are associated with the database.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Events As StatisticEvents
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .StatisticEvents
A StatisticEvents object that represents the statistic counter events.
Voir aussi