SPUserCodeProvider.OnBackup-Methode
Löst das Ereignis Sicherung aus.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function OnBackup ( _
sender As Object, _
info As SPBackupInformation _
) As Boolean
'Usage
Dim instance As SPUserCodeProvider
Dim sender As Object
Dim info As SPBackupInformation
Dim returnValue As Boolean
returnValue = instance.OnBackup(sender, _
info)
public bool OnBackup(
Object sender,
SPBackupInformation info
)
Parameter
sender
Typ: System.ObjectDas diese Methode aufrufende Objekt.
info
Typ: Microsoft.SharePoint.Administration.Backup.SPBackupInformationDie Sicherungsinformationen für das Objekt.
Rückgabewert
Typ: System.Boolean
true , wenn der Vorgang erfolgreich ist; andernfalls false.
Implementiert
IBackupRestore.OnBackup(Object, SPBackupInformation)
Hinweise
Diese Implementierung immer " true" zurückgibt.
Diese Methode ist nur für die direkte Verwendung von schwerwiegenden Sicherung aufgerufen werden und Wiederherstellen von Infrastrukturcode in SharePoint Foundation.