C# 클래스 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.
상속: JobBase
파일 보기 프로젝트 열기: lafar6502/cogmon

보호된 메소드들

메소드 설명
Run ( ) : void

메소드 상세

Run() 보호된 메소드

protected Run ( ) : void
리턴 void