The sysschedules table in the msdb database has a column "enabled" which will let you know if a job schedule is enabled or not...
However - the recommended way is to use the sp_help_job system stored procedure instead of directly querying the system tables...