Freigeben über


SearchService.IBackupRestore.OnPostRestore-Methode

Dieses Mitglied ist der internen Verwendung vorbehalten und kann nicht direkt in Ihrem Code verwendet werden.

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

Syntax

'Declaration
Private Function OnPostRestore ( _
    sender As Object, _
    info As SPRestoreInformation _
) As Boolean Implements IBackupRestore.OnPostRestore
'Usage
Dim instance As SearchService
Dim sender As Object
Dim info As SPRestoreInformation
Dim returnValue As Boolean

returnValue = CType(instance, IBackupRestore).OnPostRestore(sender, _
    info)
boolIBackupRestore.OnPostRestore(
    Object sender,
    SPRestoreInformation info
)

Parameter

Rückgabewert

Typ: System.Boolean
Gibt Boolean zurück.

Implementiert

IBackupRestore.OnPostRestore(Object, SPRestoreInformation)

Siehe auch

Referenz

SearchService Klasse

SearchService-Member

Microsoft.Office.Server.Search.Administration-Namespace