Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds backup objects to the backup restore collection. Objects include the usage database name, the usage database backup & restore type name, and the usage database backup & restore description.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Sub AddBackupObjects ( _
parent As SPBackupRestoreObject _
)
'Usage
Dim instance As SPUsageDatabase
Dim parent As SPBackupRestoreObject
instance.AddBackupObjects(parent)
public override void AddBackupObjects(
SPBackupRestoreObject parent
)
Parameters
parent
Type: Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObjectThe [Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject] with the backup data to add to this object’s backup & restore data.
Implements
IBackupRestore.AddBackupObjects(SPBackupRestoreObject)