Partager via


Propriété Statistic.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.

Exemples

Création et mise à jour des statistiques

Voir aussi

Référence

Statistic Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

CREATE STATISTICS (Transact-SQL)