Partager via


SearchServiceApplicationProxy.AddScope - Méthode

Ajoute une nouvelle étendue de Search à l' SearchAdminDatabase.

Espace de noms :  Microsoft.Office.Server.Search.Administration
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
Public Function AddScope ( _
    scopeInfo As ScopeInfo, _
    <OutAttribute> ByRef statusCode As Integer _
) As Integer
'Utilisation
Dim instance As SearchServiceApplicationProxy
Dim scopeInfo As ScopeInfo
Dim statusCode As Integer
Dim returnValue As Integer

returnValue = instance.AddScope(scopeInfo, _
    statusCode)
public int AddScope(
    ScopeInfo scopeInfo,
    out int statusCode
)

Paramètres

Valeur renvoyée

Type : System.Int32
Le résultat de l'exécution.

Implémentations

ISearchSiteAdministrationServiceApplication.AddScope(ScopeInfo, Int32)

Exceptions

Exception Condition
Exception

Une erreur, par exemple un SearchServiceApplicationFault, s'est produite pendant l'exécution de l'application.

Remarques

Cette méthode renvoie l'ID de l'étendue de Search si l'ajout a réussi ; dans le cas contraire, la méthode renvoie -1.

Voir aussi

Référence

SearchServiceApplicationProxy classe

SearchServiceApplicationProxy - Membres

Microsoft.Office.Server.Search.Administration - Espace de noms