SearchAdminDatabase.OnRestore 方法
提供正在还原数据库时,将调用该方法。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Overrides Function OnRestore ( _
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.OnRestore(sender, _
args)
public override bool OnRestore(
Object sender,
SPRestoreInformation args
)
参数
sender
类型:System.Object正在还原的数据库。
args
类型:Microsoft.SharePoint.Administration.Backup.SPRestoreInformation还原操作有关的信息。
返回值
类型:System.Boolean
true如果成功 ;否则为false。
实现
IBackupRestore.OnRestore(Object, SPRestoreInformation)
备注
此方法重写中的IBackupRestore接口的OnRestore(Object, SPRestoreInformation)方法。