IisWebServiceBackupBehaviorAttribute.OnPostRestore 方法

当系统完成后调用的方法还原。

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

语法

声明
Public Overridable Function OnPostRestore ( _
    sender As Object, _
    args As SPRestoreInformation _
) As Boolean
用法
Dim instance As IisWebServiceBackupBehaviorAttribute
Dim sender As Object
Dim args As SPRestoreInformation
Dim returnValue As Boolean

returnValue = instance.OnPostRestore(sender, _
    args)
public virtual bool OnPostRestore(
    Object sender,
    SPRestoreInformation args
)

参数

返回值

类型:System.Boolean
返回Boolean, True如果成功地完成 ;否则为false<。

备注

此函数不应调用任何除备份/恢复过程。

另请参阅

引用

IisWebServiceBackupBehaviorAttribute 类

IisWebServiceBackupBehaviorAttribute 成员

Microsoft.SharePoint.Administration 命名空间