Freigeben über


SearchService.RestoreApplication-Methode (String, , SPIisWebServiceApplicationPool, Boolean)

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

Syntax

'Declaration
Public Function RestoreApplication ( _
    name As String, _
    topologySettings As SearchTopologySettings, _
    applicationPool As SPIisWebServiceApplicationPool, _
    keepId As Boolean _
) As SearchServiceApplication
'Usage
Dim instance As SearchService
Dim name As String
Dim topologySettings As SearchTopologySettings
Dim applicationPool As SPIisWebServiceApplicationPool
Dim keepId As Boolean
Dim returnValue As SearchServiceApplication

returnValue = instance.RestoreApplication(name, _
    topologySettings, applicationPool, _
    keepId)
public SearchServiceApplication RestoreApplication(
    string name,
    SearchTopologySettings topologySettings,
    SPIisWebServiceApplicationPool applicationPool,
    bool keepId
)

Parameter

  • topologySettings
    Typ: SearchTopologySettings

Rückgabewert

Typ: Microsoft.Office.Server.Search.Administration.SearchServiceApplication

Siehe auch

Referenz

SearchService Klasse

SearchService-Member

RestoreApplication-Überladung

Microsoft.Office.Server.Search.Administration-Namespace