SPSolutionCollection.IBackupRestore.OnPreRestore-Methode
Das Ereignis, das aufgerufen wird, wenn das System eine Wiederherstellung vorbereitet wird.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private Function OnPreRestore ( _
sender As Object, _
info As SPRestoreInformation _
) As Boolean Implements IBackupRestore.OnPreRestore
'Usage
Dim instance As SPSolutionCollection
Dim sender As Object
Dim info As SPRestoreInformation
Dim returnValue As Boolean
returnValue = CType(instance, IBackupRestore).OnPreRestore(sender, _
info)
boolIBackupRestore.OnPreRestore(
Object sender,
SPRestoreInformation info
)
Parameter
sender
Typ: System.ObjectDas Objekt, das dieses Ereignis aufruft.
info
Typ: Microsoft.SharePoint.Administration.Backup.SPRestoreInformationDie Restore-Informationen für die Lösung-Auflistung.
Rückgabewert
Typ: System.Boolean
Gibt true , wenn die Wiederherstellung erfolgreich; vorbereitet ist andernfalls false.
Implementiert
IBackupRestore.OnPreRestore(Object, SPRestoreInformation)
Hinweise
Diese Funktion sollte von alles außer den Prozess zum Sichern und Wiederherstellen nicht aufgerufen werden.