Server.Restore Method
Updated: May 24, 2016
Restores an Analysis Services database from a backup file.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Name | Description | |
---|---|---|
![]() | Restore(RestoreInfo) | Restores an Analysis Services database from a backup file, using the options set on a RestoreInfo object.(Inherited from Server.) |
![]() | Restore(String) | Restores an Analysis Services database from a backup file.(Inherited from Server.) |
![]() | Restore(String, String) | Restores an Analysis Services database from a backup file to the specified database.(Inherited from Server.) |
![]() | Restore(String, String, Boolean) | Restores an Analysis Services database from a backup file to the specified database, given an overwrite flag.(Inherited from Server.) |
![]() | Restore(String, String, Boolean, RestoreLocation[]) | Restores an Analysis Services database from a backup file to the specified database, given an overwrite flag and multiple remote servers.(Inherited from Server.) |
![]() | Restore(String, String, Boolean, RestoreLocation[], RestoreSecurity) | Restores an Analysis Services database from a backup file to the specified database, given an overwrite flag, multiple remote servers, and specifying security settings.(Inherited from Server.) |
![]() | Restore(String, String, Boolean, RestoreLocation[], RestoreSecurity, String) | Restores an Analysis Services database from a backup file to the specified database, given a password, an overwrite flag, multiple remote servers, and specifying security settings.(Inherited from Server.) |
![]() | Restore(String, String, Boolean, RestoreLocation[], RestoreSecurity, String, String) | Restores an Analysis Services database from a backup file to the specified database, given a password, an overwrite flag, multiple remote servers, specifying security settings and storage location. (Inherited from Server.) |
![]() | Restore(String, String, Boolean, RestoreLocation[], RestoreSecurity, String, String, ReadWriteMode) | Restores an Analysis Services database from a backup file to the specified database, given an overwrite flag and multiple remote servers.(Inherited from Server.) |