C# Class CogMon.Agent.SqlSelectTask

SqlSelect task runs an sql select query. Every row returned by the query is treated as a data record Column names should match data field names in the rrd file. If there is a column named 'timestamp' it should contain a timestamp for the record. Otherwise 'now' is assumed.
Inheritance: JobBase
Afficher le fichier Open project: lafar6502/cogmon

Méthodes protégées

Méthode Description
Run ( ) : void

Method Details

Run() protected méthode

protected Run ( ) : void
Résultat void