Find operand constants are used by SQL-DMO objects that apply filter criteria. Use find operand constants to specify comparison for operations that enumerate Microsoft® SQL Server™ components.
Properties using find operand constants to specify a comparison behavior are always associated with at least one other property through which a value is specified. For example, the DateFindOperand of the JobFilter object modifies interpretation of a date value specified by the DateJobCreated property.
| Constant | Value | Description | 
|---|---|---|
| SQLDMOFindOperand_EqualTo | 1 | Default. Return values equal to the user-defined, qualifying value. | 
| SQLDMOFindOperand_GreaterThan | 2 | Return values greater than the user-defined, qualifying value. | 
| SQLDMOFindOperand_LessThan | 3 | Return values less than the user-defined, qualifying value. | 
| SQLDMOFindOperand_Unknown | 0 | Do not apply filtering on comparison against the associated property. |