RestoreInfo Constructor (String, String, Boolean, RestoreLocation[], RestoreSecurity, String, String)
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Deklaracja
Public Sub New ( _
file As String, _
databaseName As String, _
allowOverwrite As Boolean, _
locations As RestoreLocation(), _
security As RestoreSecurity, _
password As String, _
dbStorageLocation As String _
)
public RestoreInfo (
string file,
string databaseName,
bool allowOverwrite,
RestoreLocation[] locations,
RestoreSecurity security,
string password,
string dbStorageLocation
)
public:
RestoreInfo (
String^ file,
String^ databaseName,
bool allowOverwrite,
array<RestoreLocation^>^ locations,
RestoreSecurity security,
String^ password,
String^ dbStorageLocation
)
public RestoreInfo (
String file,
String databaseName,
boolean allowOverwrite,
RestoreLocation[] locations,
RestoreSecurity security,
String password,
String dbStorageLocation
)
public function RestoreInfo (
file : String,
databaseName : String,
allowOverwrite : boolean,
locations : RestoreLocation[],
security : RestoreSecurity,
password : String,
dbStorageLocation : String
)
Parameters
- file
- databaseName
- allowOverwrite
- locations
- security
- password
- dbStorageLocation
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.