SPIisWebServiceEndpoint.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 SPIisWebServiceEndpoint
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.Object
Rückgabewert
Typ: System.Boolean
Gibt Boolean zurück.
Implementiert
IBackupRestore.OnPreRestore(Object, SPRestoreInformation)
Hinweise
Siehe auch Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnPreRestore(Object, SPRestoreInformation).
Siehe auch
Referenz
SPIisWebServiceEndpoint Klasse