共用方式為


SPRestoreInformation class

提供目前進行中或剛完成還原作業的相關資訊。

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation
    Microsoft.SharePoint.Administration.Backup.SPRestoreInformation

Namespace:  Microsoft.SharePoint.Administration.Backup
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class SPRestoreInformation _
    Inherits SPBackupRestoreInformation
'用途
Dim instance As SPRestoreInformation
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class SPRestoreInformation : SPBackupRestoreInformation

備註

此類別有無 public 建構函式。若要取得這個類別的物件的參照,您必須閱讀的Information屬性SPBackupRestoreObject物件。

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

請參閱

參照

SPRestoreInformation members

Microsoft.SharePoint.Administration.Backup namespace