Enumerazione FindOperand

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.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Enumeration FindOperand
'Utilizzo
Dim instance As FindOperand
public enum FindOperand
public enum class FindOperand
type FindOperand
public enum FindOperand

Membri

Nome membro Descrizione
EqualTo The find operand is “equal to” (=).
GreaterThan The find operand is “greater than” (>).
LessThan The find operand is “less than” (<).

Osservazioni

The FindOperand enumeration class is served by the DateFindOperand property.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Smo.Agent