IisWebServiceBackupBehaviorAttribute.OnRestore-Methode
Methode, die aufgerufen wird, wenn das System wiederhergestellt wird.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Function OnRestore ( _
sender As Object, _
args As SPRestoreInformation _
) As Boolean
'Usage
Dim instance As IisWebServiceBackupBehaviorAttribute
Dim sender As Object
Dim args As SPRestoreInformation
Dim returnValue As Boolean
returnValue = instance.OnRestore(sender, _
args)
public virtual bool OnRestore(
Object sender,
SPRestoreInformation args
)
Parameter
sender
Typ: System.ObjectDas Objekt, das dieses Ereignis aufrufen.
args
Typ: Microsoft.SharePoint.Administration.Backup.SPRestoreInformationDie 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