This topic has not yet been rated - Rate this topic

JobFilter.DateFindOperand Property

Gets or sets the operator used to evaluate date constraints in the job filter.

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public FindOperand DateFindOperand { get; set; }

Property Value

Type: Microsoft.SqlServer.Management.Smo.Agent.FindOperand
A 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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.