IisWebServiceBackupBehaviorAttribute.OnPreRestore 方法
当系统准备还原时将调用的方法。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Overridable Function OnPreRestore ( _
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.OnPreRestore(sender, _
args)
public virtual bool OnPreRestore(
Object sender,
SPRestoreInformation args
)
参数
sender
类型:System.Object调用此事件的对象。
args
类型:Microsoft.SharePoint.Administration.Backup.SPRestoreInformation对象的备份信息。
返回值
类型:System.Boolean
返回 Boolean。
备注
此函数不应调用任何除备份/恢复过程。
另请参阅
引用
IisWebServiceBackupBehaviorAttribute 类