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.
Stores the information necessary to back up a Microsoft SQL Server 2005 Analysis Services (SSAS) database to a backup file. This class cannot be inherited.
The following tables list the members exposed by the BackupInfo type.
Public Constructors
Name | Description | |
---|---|---|
BackupInfo | Overloaded. Initializes a new instance of the BackupInfo class. |
Top
Public Properties
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. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Equals | Overloaded. (inherited from Object ) |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetType | (inherited from Object ) |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | (inherited from Object ) |
Top