SearchServiceApplicationProxy.GetScopeInfo - Méthode

Récupère les informations sur une étendue de Search 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 SearchServiceApplicationProxy
Dim scopeId As Integer
Dim returnValue As ScopeInfo

returnValue = instance.GetScopeInfo(scopeId)
public ScopeInfo GetScopeInfo(
    int scopeId
)

Paramètres

  • scopeId
    Type : System.Int32

    L'ID spécifié de la portée de Search .

Valeur renvoyée

Type : Microsoft.Office.Server.Search.Administration.ScopeInfo
Les informations sur l'étendue Search .

Implémentations

ISearchSiteAdministrationServiceApplication.GetScopeInfo(Int32)

Exceptions

Exception Condition
Exception

Une erreur s'est produite pendant l'exécution de l'application.

Remarques

La valeur du paramètre scopeId ne doit pas être null .

Voir aussi

Référence

SearchServiceApplicationProxy classe

SearchServiceApplicationProxy - Membres

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