SearchServiceApplication.GetScopeInfo - Méthode
Récupère le ScopeInfo pour la Scope avec l'ID spécifié.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Function GetScopeInfo ( _
scopeId As Integer _
) As ScopeInfo
'Utilisation
Dim instance As SearchServiceApplication
Dim scopeId As Integer
Dim returnValue As ScopeInfo
returnValue = instance.GetScopeInfo(scopeId)
public ScopeInfo GetScopeInfo(
int scopeId
)
Paramètres
scopeId
Type : System.Int32L'ID spécifié de la SearchScope.
Valeur renvoyée
Type : Microsoft.Office.Server.Search.Administration.ScopeInfo
Les informations sur un SearchScope.
Implémentations
ISearchSiteAdministrationServiceApplication.GetScopeInfo(Int32)
Remarques
Cette valeur du paramètre scopeId ne doit pas être null .
Voir aussi
Référence
SearchServiceApplication classe
SearchServiceApplication - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms