Compartir a través de


(ScopeRuleFilterBehavior, ManagedPropertyInfo, String) del método ScopeRuleCollection.CreatePropertyQueryRule

Espacio de nombres:  Microsoft.Office.Server.Search.Administration
Ensamblado:  Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)

Sintaxis

'Declaración
Public Function CreatePropertyQueryRule ( _
    filterBehavior As ScopeRuleFilterBehavior, _
    property As ManagedPropertyInfo, _
    value As String _
) As PropertyQueryScopeRule
'Uso
Dim instance As ScopeRuleCollection
Dim filterBehavior As ScopeRuleFilterBehavior
Dim property As ManagedPropertyInfo
Dim value As String
Dim returnValue As PropertyQueryScopeRule

returnValue = instance.CreatePropertyQueryRule(filterBehavior, _
    property, value)
public PropertyQueryScopeRule CreatePropertyQueryRule(
    ScopeRuleFilterBehavior filterBehavior,
    ManagedPropertyInfo property,
    string value
)

Parámetros

Valor devuelto

Tipo: Microsoft.Office.Server.Search.Administration.PropertyQueryScopeRule

Vea también

Referencia

clase ScopeRuleCollection

Miembros ScopeRuleCollection

Sobrecarga CreatePropertyQueryRule

Espacio de nombres Microsoft.Office.Server.Search.Administration