Condividi tramite


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.

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

Sintassi

'Dichiarazione
Public Enumeration FindOperand
public enum FindOperand
public enum class FindOperand
public enum FindOperand
public enum FindOperand

Members

Member name Description
EqualTo Returns values equal to the qualifying value.
GreaterThan Returns values greater than the qualifying value.
LessThan Returns values less than the qualifying value.

Osservazioni

The FindOperandenumeration class is served by the DateFindOperand property.

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Microsoft.SqlServer.Management.Smo.Agent Namespace