IisWebServiceBackupBehaviorAttribute.OnPrepareBackup-Methode
Methode, die aufgerufen wird, wenn das System für die Sicherung vorbereitet wird.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Function OnPrepareBackup ( _
sender As Object, _
args As SPBackupInformation _
) As Boolean
'Usage
Dim instance As IisWebServiceBackupBehaviorAttribute
Dim sender As Object
Dim args As SPBackupInformation
Dim returnValue As Boolean
returnValue = instance.OnPrepareBackup(sender, _
args)
public virtual bool OnPrepareBackup(
Object sender,
SPBackupInformation args
)
Parameter
sender
Typ: System.ObjectDas Objekt, das dieses Ereignis aufrufen.
args
Typ: Microsoft.SharePoint.Administration.Backup.SPBackupInformationDie Sicherungsinformationen für das Objekt.
Rückgabewert
Typ: System.Boolean
Gibt Boolean zurück.
Hinweise
Diese Funktion sollte nicht von alles außer der Konfigurationssicherung/-Wiederherstellung aufgerufen werden.
Siehe auch
Referenz
IisWebServiceBackupBehaviorAttribute Klasse