SPSolutionValidator.OnRestore 方法
正在还原系统时,将调用的事件。
命名空间: Microsoft.SharePoint.UserCode
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Overrides Function OnRestore ( _
sender As Object, _
info As SPRestoreInformation _
) As Boolean
用法
Dim instance As SPSolutionValidator
Dim sender As Object
Dim info As SPRestoreInformation
Dim returnValue As Boolean
returnValue = instance.OnRestore(sender, _
info)
public override bool OnRestore(
Object sender,
SPRestoreInformation info
)
参数
sender
类型:System.Object调用此事件的对象。
info
类型:Microsoft.SharePoint.Administration.Backup.SPRestoreInformation还原的对象信息。
返回值
类型:System.Boolean
如果成功地完成 ;否则,将返回 false。
实现
IBackupRestore.OnRestore(Object, SPRestoreInformation)
IBackupRestore.OnRestore(Object, SPRestoreInformation)
备注
此函数不应调用任何除备份/恢复过程。