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.

命名空间:  Microsoft.SqlServer.Management.Smo.Agent
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Enumeration FindOperand
用法
Dim instance As FindOperand
public enum FindOperand
public enum class FindOperand
type FindOperand
public enum FindOperand

成员

成员名称 说明
EqualTo The find operand is “equal to” (=).
GreaterThan The find operand is “greater than” (>).
LessThan The find operand is “less than” (<).

注释

The FindOperand enumeration class is served by the DateFindOperand property.

请参阅

参考

Microsoft.SqlServer.Management.Smo.Agent 命名空间