Database.Backup Method

Include Protected Members
Include Inherited Members

Provides programmatic access to Backup operations for a Database.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method Backup(String) Provides programmatic access to Backup operations for a Database with file parameter.
Public method Backup(BackupInfo) Provides programmatic access to Backup operations for a Database with BackupInfo parameter.
Public method Backup(String, Boolean) Provides programmatic access to Backup operations for a Database with file and AllowOverWrite parameters.
Public method Backup(String, Boolean, Boolean) Provides programmatic access to Backup operations for a Database with file, AllowOverWrite, and BackupRemotePartitions parameters.
Public method Backup(String, Boolean, Boolean, array<BackupLocation[]) Provides programmatic access to backup operations for a Database with file, AllowOverWrite, BackupRemotePartitions, and locations parameters.
Public method Backup(String, Boolean, Boolean, array<BackupLocation[], Boolean) Provides programmatic access to backup operations for a Database with five parameters.
Public method Backup(String, Boolean, Boolean, array<BackupLocation[], Boolean, String) Provides programmatic access to Backup operations for a Database with six parameters.

Top

See Also

Reference

Database Class

Microsoft.AnalysisServices Namespace