Partager via


SearchServiceApplication.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 SearchServiceApplication
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)

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

SearchServiceApplication classe

SearchServiceApplication - Membres

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