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 네임스페이스