FindOperand Enumeration

The FindOperand enumeration represents a list of operands that are used to evaluate the DateJobCreated and DateJobLastModified properties to specify a range of dates in a job filter.

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Enumeration FindOperand
'Usage
Dim instance As FindOperand
public enum FindOperand
public enum class FindOperand
type FindOperand
public enum FindOperand

Members

Member name Description
EqualTo Specifies the “equal to”.
GreaterThan Specifies the “greater than”.
LessThan Specifies the “less than”.

Remarks

The FindOperandenumeration class is served by the DateFindOperand property.