del constructor ScopeRule
Espacio de nombres: Microsoft.Office.Server.Search.Administration
Ensamblado: Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)
Sintaxis
'Declaración
Protected Sub New ( _
parentScope As Scope, _
filterBehavior As ScopeRuleFilterBehavior, _
ruleType As ScopeRuleType, _
urlRuleType As UrlScopeRuleType, _
property As ManagedPropertyInfo, _
userValue As String _
)
'Uso
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
)
Parámetros
- parentScope
Tipo: Microsoft.Office.Server.Search.Administration.Scope
- filterBehavior
Tipo: Microsoft.Office.Server.Search.Administration.ScopeRuleFilterBehavior
- ruleType
Tipo: Microsoft.Office.Server.Search.Administration.ScopeRuleType
- urlRuleType
Tipo: Microsoft.Office.Server.Search.Administration.UrlScopeRuleType
- userValue
Tipo: System.String
Vea también
Referencia
Espacio de nombres Microsoft.Office.Server.Search.Administration