BackupLocation Class
Applies To: SQL Server (starting with 2016)
Represents the location a file will be copied to during backup. This class cannot be inherited.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
| Name | Description | |
|---|---|---|
![]() | BackupLocation() | Initializes a new instance of the BackupLocation class, using default values. |
![]() | BackupLocation(String^, String^) | Initializes a new instance of the BackupLocation class, specifying the file name and the data source name. |
| Name | Description | |
|---|---|---|
![]() | DataSourceID | Gets or sets the data source name on the server to be backed up. |
![]() | File | Gets or sets the name of the file to backup the data source to. |
| 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.
Show:

