Конструктор ScopeRule
Пространство имен: Microsoft.Office.Server.Search.Administration
Сборка: Microsoft.Office.Server.Search (в Microsoft.Office.Server.Search.dll)
Синтаксис
'Декларация
Protected Sub New ( _
parentScope As Scope, _
filterBehavior As ScopeRuleFilterBehavior, _
ruleType As ScopeRuleType, _
urlRuleType As UrlScopeRuleType, _
property As ManagedPropertyInfo, _
userValue As String _
)
'Применение
Dim parentScope As Scope
Dim filterBehavior As ScopeRuleFilterBehavior
Dim ruleType As ScopeRuleType
Dim urlRuleType As UrlScopeRuleType
Dim property As ManagedPropertyInfo
Dim userValue As String
Dim instance As New ScopeRule(parentScope, _
filterBehavior, ruleType, urlRuleType, _
property, userValue)
protected ScopeRule(
Scope parentScope,
ScopeRuleFilterBehavior filterBehavior,
ScopeRuleType ruleType,
UrlScopeRuleType urlRuleType,
ManagedPropertyInfo property,
string userValue
)
Параметры
- parentScope
Тип: Microsoft.Office.Server.Search.Administration.Scope
- filterBehavior
Тип: Microsoft.Office.Server.Search.Administration.ScopeRuleFilterBehavior
- urlRuleType
Тип: Microsoft.Office.Server.Search.Administration.UrlScopeRuleType
- userValue
Тип: System.String
См. также
Справочные материалы
Пространство имен Microsoft.Office.Server.Search.Administration