JobFilter.DateFindOperand Property
SQL Server 2008 R2
Gets or sets the operator used to evaluate date constraints in the job filter.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Property Value
Type: Microsoft.SqlServer.Management.Smo.Agent.FindOperandA FindOperand object value that specifies the way that dates are evaluated in the job filter.
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.
