Database.Backup Method (BackupInfo)
SQL Server 2008 R2
Provides programmatic access to Backup operations for a Database with BackupInfo parameter.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Security Note |
|---|
For each backup file, the user who runs the backup command must have permission to write to the backup location specified for each file. Also, the user must have one of the following roles: a member of a server role for the Analysis Services instance, or a member of a database role with Full Control (Administrator) permissions on the database to be backed up. |
Security Note