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.