SPWebApplication.OnPrepareBackup-Methode
Löst das PreBackup-Ereignis aus.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function OnPrepareBackup ( _
sender As Object, _
info As SPBackupInformation _
) As Boolean
'Usage
Dim instance As SPWebApplication
Dim sender As Object
Dim info As SPBackupInformation
Dim returnValue As Boolean
returnValue = instance.OnPrepareBackup(sender, _
info)
public bool OnPrepareBackup(
Object sender,
SPBackupInformation info
)
Parameter
sender
Typ: System.ObjectDie SPWebApplication , die gesichert wird.
info
Typ: Microsoft.SharePoint.Administration.Backup.SPBackupInformationEin SPBackupInformation -Objekt, das Daten über das Ereignis enthält.
Rückgabewert
Typ: System.Boolean
true bei erfolgreicher; andernfalls false.
Implementiert
IBackupRestore.OnPrepareBackup(Object, SPBackupInformation)
Hinweise
Diese Methode ist nur von SharePoint Foundation nach einem schwerwiegenden Fehler Sicherung aufgerufen werden und Wiederherstellung der Infrastrukturcode vorgesehen.