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