SPWebApplication.OnRestore method
會引發的 Restore 事件。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overridable Function OnRestore ( _
sender As Object, _
args As SPRestoreInformation _
) As Boolean
'用途
Dim instance As SPWebApplication
Dim sender As Object
Dim args As SPRestoreInformation
Dim returnValue As Boolean
returnValue = instance.OnRestore(sender, _
args)
public virtual bool OnRestore(
Object sender,
SPRestoreInformation args
)
參數
sender
Type: System.ObjectSPWebApplication ,要還原。
args
Type: Microsoft.SharePoint.Administration.Backup.SPRestoreInformation包含事件的相關資料SPRestoreInformation物件。
傳回值
Type: System.Boolean
true如果成功 ;否則,請false。
Implements
IBackupRestore.OnRestore(Object, SPRestoreInformation)
備註
此方法僅適用對象呼叫SharePoint Foundation重大災害備份及還原基礎結構的程式碼。