PropertyRuleOperator 构造函数

创建 DisplayTemplate 的实例

命名空间:  Microsoft.Office.Server.Search.Administration
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
Public Sub New ( _
    name As String, _
    description As String, _
    representation As String, _
    isFunction As Boolean, _
    isQuoted As Boolean, _
    joinedByOr As Boolean _
)
用法
Dim name As String
Dim description As String
Dim representation As String
Dim isFunction As Boolean
Dim isQuoted As Boolean
Dim joinedByOr As Boolean

Dim instance As New PropertyRuleOperator(name, description, _
    representation, isFunction, isQuoted, _
    joinedByOr)
public PropertyRuleOperator(
    string name,
    string description,
    string representation,
    bool isFunction,
    bool isQuoted,
    bool joinedByOr
)

参数

另请参阅

引用

PropertyRuleOperator 类

PropertyRuleOperator 成员

Microsoft.Office.Server.Search.Administration 命名空间