SearchAdminDatabase.OnPostRestore 方法

提供的还原操作完成后调用的方法。

命名空间:  Microsoft.Office.Server.Search.Administration
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
Public Overrides Function OnPostRestore ( _
    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.OnPostRestore(sender, _
    args)
public override bool OnPostRestore(
    Object sender,
    SPRestoreInformation args
)

参数

返回值

类型:System.Boolean
true如果成功 ;否则为false。

实现

IBackupRestore.OnPostRestore(Object, SPRestoreInformation)

备注

此方法实现IBackupRestore接口中定义的OnPostRestore(Object, SPRestoreInformation)方法。

另请参阅

引用

SearchAdminDatabase 类

SearchAdminDatabase 成员

Microsoft.Office.Server.Search.Administration 命名空间