ScopesManager.SetScopeInfoOnScope - Méthode
Définit les informations détaillées à propos de la portée spécifiée avec les informations de l'étendue spécifiée.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Protected Sub SetScopeInfoOnScope ( _
scope As Scope, _
scopeInfo As ScopeInfo _
)
'Utilisation
Dim scope As Scope
Dim scopeInfo As ScopeInfo
Me.SetScopeInfoOnScope(scope, scopeInfo)
protected void SetScopeInfoOnScope(
Scope scope,
ScopeInfo scopeInfo
)
Paramètres
scope
Type : Microsoft.Office.Server.Search.Administration.ScopeL'étendue à définir.
scopeInfo
Type : Microsoft.Office.Server.Search.Administration.ScopeInfoLes informations d'étendue.
Exceptions
Exception | Condition |
---|---|
DeletedConcurrencyException | Le scopeInfo est marqué comme supprimé. |
Remarques
Si la scopeInfo est marquée comme supprimée, cette méthode marque le scope comme supprimé avant que l'exception est levée.
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms