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.

命名空间: Microsoft.SqlServer.Management.Smo.Agent
程序集: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

语法

声明
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.

备注

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.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

Microsoft.SqlServer.Management.Smo.Agent Namespace