SearchServiceApplication.GetVolatileScopeInfo - Méthode
Récupère le ScopeInfo susceptibles d'être modifiées pour le spécifié SearchScope.
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 SearchServiceApplication
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' SearchScope.
Valeur renvoyée
Type : Microsoft.Office.Server.Search.Administration.ScopeInfo
Les informations sur les SearchScope.
Implémentations
ISearchSiteAdministrationServiceApplication.GetVolatileScopeInfo(Int32)
Remarques
La 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