SearchService.IBackupRestore.OnRestore - 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 OnRestore ( _
sender As Object, _
info As SPRestoreInformation _
) As Boolean Implements IBackupRestore.OnRestore
'Utilisation
Dim instance As SearchService
Dim sender As Object
Dim info As SPRestoreInformation
Dim returnValue As Boolean
returnValue = CType(instance, IBackupRestore).OnRestore(sender, _
info)
boolIBackupRestore.OnRestore(
Object sender,
SPRestoreInformation info
)
Paramètres
- sender
Type : System.Object
Valeur renvoyée
Type : System.Boolean
Retourne Boolean .
Implémentations
IBackupRestore.OnRestore(Object, SPRestoreInformation)
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms