共用方式為


SPBackupInformation class

提供有關備份的作業,例如備份裝置位置資訊。

Inheritance hierarchy

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

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 SPBackupInformation _
    Inherits SPBackupRestoreInformation
'用途
Dim instance As SPBackupInformation
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class SPBackupInformation : 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.

請參閱

參照

SPBackupInformation members

Microsoft.SharePoint.Administration.Backup namespace