SearchServiceApplication.DropScope - Méthode
Supprime le spécifié Scope la SearchAdminDatabase.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Sub DropScope ( _
scopeId As Integer _
)
'Utilisation
Dim instance As SearchServiceApplication
Dim scopeId As Integer
instance.DropScope(scopeId)
public void DropScope(
int scopeId
)
Paramètres
scopeId
Type : System.Int32L'ID de la Scope à supprimer.
Implémentations
ISearchSiteAdministrationServiceApplication.DropScope(Int32)
Remarques
La valeur de scopeId ne doit pas être null .
Voir aussi
Référence
SearchServiceApplication classe
SearchServiceApplication - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms