Server.Restore メソッド (String, String, Boolean, array<RestoreLocation , RestoreSecurity, String, String)
パスワード、上書きフラグ、複数のリモート サーバー、セキュリティ設定、およびストレージの場所を指定して、Analysis Services データベースをバックアップ ファイルから指定したデータベースに復元します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Sub Restore ( _
file As String, _
databaseName As String, _
allowOverwrite As Boolean, _
locations As RestoreLocation(), _
security As RestoreSecurity, _
password As String, _
dbStorageLocation As String _
)
'使用
Dim instance As Server
Dim file As String
Dim databaseName As String
Dim allowOverwrite As Boolean
Dim locations As RestoreLocation()
Dim security As RestoreSecurity
Dim password As String
Dim dbStorageLocation As String
instance.Restore(file, databaseName, allowOverwrite, _
locations, security, password, dbStorageLocation)
public void Restore(
string file,
string databaseName,
bool allowOverwrite,
RestoreLocation[] locations,
RestoreSecurity security,
string password,
string dbStorageLocation
)
public:
void Restore(
String^ file,
String^ databaseName,
bool allowOverwrite,
array<RestoreLocation^>^ locations,
RestoreSecurity security,
String^ password,
String^ dbStorageLocation
)
member Restore :
file:string *
databaseName:string *
allowOverwrite:bool *
locations:RestoreLocation[] *
security:RestoreSecurity *
password:string *
dbStorageLocation:string -> unit
public function Restore(
file : String,
databaseName : String,
allowOverwrite : boolean,
locations : RestoreLocation[],
security : RestoreSecurity,
password : String,
dbStorageLocation : String
)
パラメーター
- file
型: System.String
復元するファイルの名前と格納場所です。
- databaseName
型: System.String
復元先のデータベースです。
- allowOverwrite
型: System.Boolean
データベースが存在するときに上書きするように指定する場合は true、それ以外の場合は false です。
- locations
型: array<Microsoft.AnalysisServices.RestoreLocation[]
復元先の複数のリモート サーバーを指定する、RestoreLocation オブジェクトの配列です。
- security
型: Microsoft.AnalysisServices.RestoreSecurity
復元のセキュリティ設定を指定する RestoreSecurity オブジェクトです。
- password
型: System.String
復元ファイルを復号化するために使用するパスワードです。
- dbStorageLocation
型: System.String
復元するファイルの格納場所です。