Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.
Espace de noms : Microsoft.SqlServer.Management.Smo.Agent
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Enumeration FindOperand
'Utilisation
Dim instance As FindOperand
public enum FindOperand
public enum class FindOperand
type FindOperand
public enum FindOperand
Membres
| Nom de membre | Description | |
|---|---|---|
| EqualTo | The find operand is “equal to” (=). | |
| GreaterThan | The find operand is “greater than” (>). | |
| LessThan | The find operand is “less than” (<). |
Notes
The FindOperand enumeration class is served by the DateFindOperand property.