PropertyRuleCollection 构造函数 (List<PropertyRule>)
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Sub New ( _
rules As List(Of PropertyRule) _
)
用法
Dim rules As List(Of PropertyRule)
Dim instance As New PropertyRuleCollection(rules)
public PropertyRuleCollection(
List<PropertyRule> rules
)
参数
- rules
类型:System.Collections.Generic.List<PropertyRule>