SearchAdminDatabase.OnPreRestore 方法
提供在开始还原操作之前调用该方法。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Overrides Function OnPreRestore ( _
sender As Object, _
args As SPRestoreInformation _
) As Boolean
用法
Dim instance As SearchAdminDatabase
Dim sender As Object
Dim args As SPRestoreInformation
Dim returnValue As Boolean
returnValue = instance.OnPreRestore(sender, _
args)
public override bool OnPreRestore(
Object sender,
SPRestoreInformation args
)
参数
sender
类型:System.Object要还原的数据库对象。
args
类型:Microsoft.SharePoint.Administration.Backup.SPRestoreInformation还原操作有关的信息。
返回值
类型:System.Boolean
true如果成功 ;否则为false。
实现
IBackupRestore.OnPreRestore(Object, SPRestoreInformation)
备注
此方法重写中的IBackupRestore接口的OnPreRestore(Object, SPRestoreInformation)方法。