SPJobDefinition.OnPreRestore method
當系統準備還原備份時呼叫。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overridable Function OnPreRestore ( _
sender As Object, _
info As SPRestoreInformation _
) As Boolean
'用途
Dim instance As SPJobDefinition
Dim sender As Object
Dim info As SPRestoreInformation
Dim returnValue As Boolean
returnValue = instance.OnPreRestore(sender, _
info)
public virtual bool OnPreRestore(
Object sender,
SPRestoreInformation info
)
參數
sender
Type: System.Object事件的來源。
info
Type: Microsoft.SharePoint.Administration.Backup.SPRestoreInformation此物件的備份資訊。
傳回值
Type: System.Boolean
true如果成功。
Implements
IBackupRestore.OnPreRestore(Object, SPRestoreInformation)