Compartir a través de


(ReorderingRuleMatchType, String, Int32) del método ReorderingRuleCollection.Add

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

Sintaxis

'Declaración
Public Sub Add ( _
    matchType As ReorderingRuleMatchType, _
    matchValue As String, _
    boost As Integer _
)
'Uso
Dim instance As ReorderingRuleCollection
Dim matchType As ReorderingRuleMatchType
Dim matchValue As String
Dim boost As Integer

instance.Add(matchType, matchValue, boost)
public void Add(
    ReorderingRuleMatchType matchType,
    string matchValue,
    int boost
)

Parámetros

Vea también

Referencia

clase ReorderingRuleCollection

Miembros ReorderingRuleCollection

Sobrecarga Add

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