SearchAdminDatabase.OnPostRestore - Méthode
Fournit la méthode appelée après que l'opération de restauration a été effectuée.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Overrides Function OnPostRestore ( _
sender As Object, _
args As SPRestoreInformation _
) As Boolean
'Utilisation
Dim instance As SearchAdminDatabase
Dim sender As Object
Dim args As SPRestoreInformation
Dim returnValue As Boolean
returnValue = instance.OnPostRestore(sender, _
args)
public override bool OnPostRestore(
Object sender,
SPRestoreInformation args
)
Paramètres
sender
Type : System.ObjectL'objet de base de données qui a été restaurée.
args
Type : Microsoft.SharePoint.Administration.Backup.SPRestoreInformationLes informations sur l'opération de restauration.
Valeur renvoyée
Type : System.Boolean
true en cas de réussite ; dans le cas contraire, false.
Implémentations
IBackupRestore.OnPostRestore(Object, SPRestoreInformation)
Remarques
Cette méthode implémente la méthode OnPostRestore(Object, SPRestoreInformation) définie dans l'interface IBackupRestore .
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms