IisWebServiceBackupBehaviorAttribute.OnBackup-Methode
Methode aufgerufen, wenn das System gesichert wird.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Function OnBackup ( _
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.OnBackup(sender, _
args)
public virtual bool OnBackup(
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