SearchAdminDatabase.OnPostRestore-Methode
Stellt die Methode wird aufgerufen, nachdem die Wiederherstellung abgeschlossen ist.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Overrides Function OnPostRestore ( _
sender As Object, _
args As SPRestoreInformation _
) As Boolean
'Usage
Dim instance As SearchAdminDatabase
Dim sender As Object
Dim args As SPRestoreInformation
Dim returnValue As Boolean
returnValue = instance.OnPostRestore(sender, _
args)
public override bool OnPostRestore(
Object sender,
SPRestoreInformation args
)
Parameter
sender
Typ: System.ObjectDas Datenbankobjekt, das wiederhergestellt wurde.
args
Typ: Microsoft.SharePoint.Administration.Backup.SPRestoreInformationDie Informationen über den Wiederherstellungsvorgang.
Rückgabewert
Typ: System.Boolean
true bei Erfolg; andernfalls false.
Implementiert
IBackupRestore.OnPostRestore(Object, SPRestoreInformation)
Hinweise
Diese Methode implementiert die OnPostRestore(Object, SPRestoreInformation) -Methode in der IBackupRestore -Schnittstelle definiert.