BackupInfo Class
Applies To: SQL Server (starting with 2016)
Stores the information necessary to back up an Analysis Services database to a backup file. This class cannot be inherited.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
| Name | Description | |
|---|---|---|
![]() | BackupInfo() | Initializes a new instance of the BackupInfo class using the default values. |
![]() | BackupInfo(String^) | Initializes a new instance of the BackupInfo class using the file name to backup to. |
![]() | BackupInfo(String^, Boolean) | Initializes a new instance of the BackupInfo class using a file name, and indicates whether overwrite information is allowed. |
![]() | BackupInfo(String^, Boolean, Boolean) | Initializes a new instance of the BackupInfo class using a file name, and indicates whether overwrite and backup of remote partitions are allowed. |
![]() | BackupInfo(String^, Boolean, Boolean, array<BackupLocation^>^) | Initializes a new instance of the BackupInfo class using a file name, indicates whether overwrite and backup of remote partitions are allowed, and specifies the locations for the backup to be stored. |
![]() | BackupInfo(String^, Boolean, Boolean, array<BackupLocation^>^, Boolean) | Initializes a new instance of the BackupInfo class using a file name, indicates whether overwrite and backup of remote partitions are allowed, specifies the location for the backup to be stored, and indicates whether compression is applied. |
![]() | BackupInfo(String^, Boolean, Boolean, array<BackupLocation^>^, Boolean, String^) | Initializes a new instance of the BackupInfo class using a file name, indicates whether overwrite and backup of remote partitions are allowed, specifies the location for the backup to be stored, indicates whether compression is applied, and specifies a password. |
| Name | Description | |
|---|---|---|
![]() | AllowOverwrite | Gets or sets the property indicating whether the destination files can be overwritten during backup. |
![]() | ApplyCompression | Gets or sets property that indicates whether the backup will be compressed or not. |
![]() | BackupRemotePartitions | Gets or sets property that indicates whether remote partitions will be backed up or not. |
![]() | File | Gets or sets the name of the file to back up to. |
![]() | Locations | Gets or sets the locations where the backup will be stored. |
![]() | Password | Gets or sets the password to be used with backup file encryption. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

