SearchService.IBackupRestore.OnPostRestore - Méthode
Ce membre est réservé à une utilisation interne et n’est pas destiné à être utilisé directement à partir de votre code.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Private Function OnPostRestore ( _
sender As Object, _
info As SPRestoreInformation _
) As Boolean Implements IBackupRestore.OnPostRestore
'Utilisation
Dim instance As SearchService
Dim sender As Object
Dim info As SPRestoreInformation
Dim returnValue As Boolean
returnValue = CType(instance, IBackupRestore).OnPostRestore(sender, _
info)
boolIBackupRestore.OnPostRestore(
Object sender,
SPRestoreInformation info
)
Paramètres
- sender
Type : System.Object
Valeur renvoyée
Type : System.Boolean
Retourne Boolean .
Implémentations
IBackupRestore.OnPostRestore(Object, SPRestoreInformation)
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms