SearchServiceApplicationProxy.GetVolatileScopeInfo - Méthode
Récupère les informations qui sont susceptible d'être modifiée pour l'étendue spécifiée Search .
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Function GetVolatileScopeInfo ( _
scopeId As Integer _
) As ScopeInfo
'Utilisation
Dim instance As SearchServiceApplicationProxy
Dim scopeId As Integer
Dim returnValue As ScopeInfo
returnValue = instance.GetVolatileScopeInfo(scopeId)
public ScopeInfo GetVolatileScopeInfo(
int scopeId
)
Paramètres
scopeId
Type : System.Int32ID de l' Scope.
Valeur renvoyée
Type : Microsoft.Office.Server.Search.Administration.ScopeInfo
Les informations sur l'étendue Search .
Implémentations
ISearchSiteAdministrationServiceApplication.GetVolatileScopeInfo(Int32)
Exceptions
Exception | Condition |
---|---|
Exception | Une erreur s'est produite pendant l'exécution de l'application. |
Remarques
Le 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