SPBackupInformation class
Provides information about a backup operation, such as the location of the backup device.
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
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class SPBackupInformation _
Inherits SPBackupRestoreInformation
'Usage
Dim instance As SPBackupInformation
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class SPBackupInformation : SPBackupRestoreInformation
Remarks
This class has no public constructor. To get a reference to an object of this class, you must read the Information property of a the SPBackupRestoreObject object.
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.