Freigeben über


ScopeRuleCollection.CreatePropertyQueryRule-Methode (ScopeRuleFilterBehavior, ManagedPropertyInfo, String)

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function CreatePropertyQueryRule ( _
    filterBehavior As ScopeRuleFilterBehavior, _
    property As ManagedPropertyInfo, _
    value As String _
) As PropertyQueryScopeRule
'Usage
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
)

Parameter

Rückgabewert

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

Siehe auch

Referenz

ScopeRuleCollection Klasse

ScopeRuleCollection-Member

CreatePropertyQueryRule-Überladung

Microsoft.Office.Server.Search.Administration-Namespace