SecureStoreServiceDatabase.AddBackupObjects Method
Adds the Secure Store database object and its child objects to the specified backup object.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public Overrides Sub AddBackupObjects ( _
parent As SPBackupRestoreObject _
)
'Usage
Dim instance As SecureStoreServiceDatabase
Dim parent As SPBackupRestoreObject
instance.AddBackupObjects(parent)
public override void AddBackupObjects(
SPBackupRestoreObject parent
)
Parameters
parent
Type: Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObjectAn object that provides helper functions for backup and restore operations.
Implements
IBackupRestore.AddBackupObjects(SPBackupRestoreObject)
Remarks
This override adds the Secure Store database type name and description to the backup or restore operation.
See Also
Reference
SecureStoreServiceDatabase Class