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 the database and its children to the backup/restore job.
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Sub AddBackupObjects ( _
parent As SPBackupRestoreObject _
)
'Usage
Dim instance As BdcServiceDatabase
Dim parent As SPBackupRestoreObject
instance.AddBackupObjects(parent)
public override void AddBackupObjects(
SPBackupRestoreObject parent
)
Parameters
parent
Type: Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObjectA SPBackupRestoreObject object from the parent of the database object.