JobFilter::DateJobCreated Property
Gets or sets the job filter constraint that restricts the values returned by the JobServer object's EnumJobs method to the date the job was created.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
A job filter can be applied to the JobServer object's EnumJobs method to restrict the returned enumerated list. When the constraint is a date property such as DateJobCreated, the FindOperand is used to specify whether the enumerated list is restricted to jobs created on an earlier, later, or equal date.
Show: