ComparisonFilter.Comparator 枚举 (Microsoft.Office.Server.ApplicationRegistry.Runtime)

Represents the operator in a Comparison filter.

命名空间: Microsoft.Office.Server.ApplicationRegistry.Runtime
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)

语法

声明
Public Enumeration Comparator
用法
Dim instance As Comparator
public enum Comparator

成员

  成员名称 说明
Equals Stands for Field = Value. 
GreaterThan Stands for Field > Value. 
GreaterThanEquals Stands for Field >= Value. 
LessThan Stands for Field < Value. 
LessThanEquals Stands for Field <= Value. 
NotEquals Stands for Field <> Value. 

另请参阅

参考

Microsoft.Office.Server.ApplicationRegistry.Runtime 命名空间