Freigeben über


SearchServiceApplicationProxy.DeleteLocationConfiguration-Methode

Löscht den Partnerspeicherort aus der Verwaltungsdatenbank Suche .

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function DeleteLocationConfiguration ( _
    id As Integer _
) As Boolean
'Usage
Dim instance As SearchServiceApplicationProxy
Dim id As Integer
Dim returnValue As Boolean

returnValue = instance.DeleteLocationConfiguration(id)
public bool DeleteLocationConfiguration(
    int id
)

Parameter

  • id
    Typ: System.Int32

    Die ID der Partnerspeicherort, die gelöscht werden sollen.

Rückgabewert

Typ: System.Boolean
true wird der Partnerspeicherort gelöscht; andernfalls false.

Implementiert

ISearchSiteAdministrationServiceApplication.DeleteLocationConfiguration(Int32)

Ausnahmen

Ausnahme Bedingung
Exception

Ein Fehler, wie z. B. ein SearchServiceApplicationFault, während der Anwendungsausführung aufgetreten ist.

Hinweise

Diese Methode löscht die Partnerspeicherort und die gesamte Konfiguration aus der Verwaltungsdatenbank Suche .

Siehe auch

Referenz

SearchServiceApplicationProxy Klasse

SearchServiceApplicationProxy-Member

Microsoft.Office.Server.Search.Administration-Namespace