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.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
| Member name | Description | |
|---|---|---|
| EqualTo | The find operand is “equal to” (=). | |
| GreaterThan | The find operand is “greater than” (>). | |
| LessThan | The find operand is “less than” (<). |
The FindOperand enumeration class is served by the DateFindOperand property.
Show: