RestoreLocation Class
Applies To: SQL Server (starting with 2016)
Represents information associated with the restoration of a Database backup. This class cannot be inherited.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
| Name | Description | |
|---|---|---|
![]() | RestoreLocation() | Initializes a new instance of RestoreLocation using the default values. |
| Name | Description | |
|---|---|---|
![]() | ConnectionString | Gets or sets a connection string associated with a RestoreLocation object. |
![]() | DataSourceID | Gets or sets the data source identifier associated with a RestoreLocation object. |
![]() | DataSourceType | Gets or sets the type of data source. |
![]() | File | Gets or sets a file string associated with a RestoreLocation object. |
![]() | Folders | Gets the Folders collection associated with a RestoreLocation. |
| 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.

