Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
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 (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Enumeration FindOperand
'Uso
Dim instance As FindOperand
public enum FindOperand
public enum class FindOperand
type FindOperand
public enum FindOperand
Membros
| Nome do membro | Descrição | |
|---|---|---|
| EqualTo | The find operand is “equal to” (=). | |
| GreaterThan | The find operand is “greater than” (>). | |
| LessThan | The find operand is “less than” (<). |
Comentários
The FindOperand enumeration class is served by the DateFindOperand property.