SearchServiceApplicationProxy.GetMaxNumberRefinersLimits - Méthode
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Sub GetMaxNumberRefinersLimits ( _
<OutAttribute> ByRef warningLimit As Integer, _
<OutAttribute> ByRef errorLimit As Integer _
)
'Utilisation
Dim instance As SearchServiceApplicationProxy
Dim warningLimit As Integer
Dim errorLimit As Integer
instance.GetMaxNumberRefinersLimits(warningLimit, _
errorLimit)
public void GetMaxNumberRefinersLimits(
out int warningLimit,
out int errorLimit
)
Paramètres
- warningLimit
Type : System.Int32
- errorLimit
Type : System.Int32
Implémentations
ISearchSiteAdministrationServiceApplication.GetMaxNumberRefinersLimits(Int32, Int32)
Voir aussi
Référence
SearchServiceApplicationProxy classe
SearchServiceApplicationProxy - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms