次の方法で共有


JsonScripter.ScriptRestore メソッド

定義

オーバーロード

ScriptRestore(RestoreInfo)

特定の表形式データベースの復元情報を Restore コマンドにスクリプト化します。

ScriptRestore(String, String)

指定したバックアップ場所を使用して、特定の表形式データベース情報を Restore コマンドにスクリプト化します。

ScriptRestore(String, String, Boolean, String, String, ReadWriteMode)

指定したバックアップの場所と追加のオプション設定を使用して、特定の表形式データベース情報を Restore コマンドにスクリプト化します。

ScriptRestore(String, String, Boolean, String, String, ReadWriteMode, RestoreSecurity)

指定したバックアップの場所と追加のオプション設定を使用して、特定の表形式データベース情報を Restore コマンドにスクリプト化します。

ScriptRestore(String, String, Boolean, String, String, ReadWriteMode, RestoreSecurity, Nullable<Boolean>)

指定したバックアップの場所と追加のオプション設定を使用して、特定の表形式データベース情報を Restore コマンドにスクリプト化します。

ScriptRestore(RestoreInfo)

特定の表形式データベースの復元情報を Restore コマンドにスクリプト化します。

public static string ScriptRestore (Microsoft.AnalysisServices.RestoreInfo restoreInfo);
static member ScriptRestore : Microsoft.AnalysisServices.RestoreInfo -> string
Public Shared Function ScriptRestore (restoreInfo As RestoreInfo) As String

パラメーター

restoreInfo
RestoreInfo

データベースの復元を実行するための情報とオプション。

戻り値

String Restore コマンドを含む 。

適用対象

ScriptRestore(String, String)

指定したバックアップ場所を使用して、特定の表形式データベース情報を Restore コマンドにスクリプト化します。

public static string ScriptRestore (string filePath, string databaseName);
static member ScriptRestore : string * string -> string
Public Shared Function ScriptRestore (filePath As String, databaseName As String) As String

パラメーター

filePath
String

復元するファイルの場所。

databaseName
String

復元するデータベースの名前。

戻り値

String Restore コマンドを含む 。

適用対象

ScriptRestore(String, String, Boolean, String, String, ReadWriteMode)

指定したバックアップの場所と追加のオプション設定を使用して、特定の表形式データベース情報を Restore コマンドにスクリプト化します。

public static string ScriptRestore (string filePath, string databaseName, bool allowOverwrite, string password, string dbStorageLocation, Microsoft.AnalysisServices.ReadWriteMode readWriteMode);
static member ScriptRestore : string * string * bool * string * string * Microsoft.AnalysisServices.ReadWriteMode -> string
Public Shared Function ScriptRestore (filePath As String, databaseName As String, allowOverwrite As Boolean, password As String, dbStorageLocation As String, readWriteMode As ReadWriteMode) As String

パラメーター

filePath
String

復元するファイルの場所。

databaseName
String

復元するデータベースの名前。

allowOverwrite
Boolean

True の 場合は、データベースを上書きする必要があります。それ以外の場合は false。

password
String

復元ファイルを復号化するために使用するパスワードです。

dbStorageLocation
String

復元されたデータベースの保存場所。

readWriteMode
ReadWriteMode

データベースの読み取り/書き込みモードです。

戻り値

String Restore コマンドを含む 。

適用対象

ScriptRestore(String, String, Boolean, String, String, ReadWriteMode, RestoreSecurity)

指定したバックアップの場所と追加のオプション設定を使用して、特定の表形式データベース情報を Restore コマンドにスクリプト化します。

public static string ScriptRestore (string filePath, string databaseName, bool allowOverwrite, string password, string dbStorageLocation, Microsoft.AnalysisServices.ReadWriteMode readWriteMode, Microsoft.AnalysisServices.RestoreSecurity restoreSecurity);
static member ScriptRestore : string * string * bool * string * string * Microsoft.AnalysisServices.ReadWriteMode * Microsoft.AnalysisServices.RestoreSecurity -> string
Public Shared Function ScriptRestore (filePath As String, databaseName As String, allowOverwrite As Boolean, password As String, dbStorageLocation As String, readWriteMode As ReadWriteMode, restoreSecurity As RestoreSecurity) As String

パラメーター

filePath
String

復元するファイルの場所。

databaseName
String

復元するデータベースの名前。

allowOverwrite
Boolean

True の 場合は、データベースを上書きする必要があります。それ以外の場合は false。

password
String

復元ファイルを復号化するために使用するパスワードです。

dbStorageLocation
String

復元されたデータベースの保存場所。

readWriteMode
ReadWriteMode

データベースの読み取り/書き込みモードです。

restoreSecurity
RestoreSecurity

データベースを復元するためのセキュリティ オプション。

戻り値

String Restore コマンドを含む 。

適用対象

ScriptRestore(String, String, Boolean, String, String, ReadWriteMode, RestoreSecurity, Nullable<Boolean>)

指定したバックアップの場所と追加のオプション設定を使用して、特定の表形式データベース情報を Restore コマンドにスクリプト化します。

public static string ScriptRestore (string filePath, string databaseName, bool allowOverwrite, string password, string dbStorageLocation, Microsoft.AnalysisServices.ReadWriteMode readWriteMode, Microsoft.AnalysisServices.RestoreSecurity restoreSecurity, bool? ignoreIncompatibilities);
static member ScriptRestore : string * string * bool * string * string * Microsoft.AnalysisServices.ReadWriteMode * Microsoft.AnalysisServices.RestoreSecurity * Nullable<bool> -> string
Public Shared Function ScriptRestore (filePath As String, databaseName As String, allowOverwrite As Boolean, password As String, dbStorageLocation As String, readWriteMode As ReadWriteMode, restoreSecurity As RestoreSecurity, ignoreIncompatibilities As Nullable(Of Boolean)) As String

パラメーター

filePath
String

復元するファイルの場所。

databaseName
String

復元するデータベースの名前。

allowOverwrite
Boolean

True の 場合は、データベースを上書きする必要があります。それ以外の場合は false。

password
String

復元ファイルを復号化するために使用するパスワードです。

dbStorageLocation
String

復元されたデータベースの保存場所。

readWriteMode
ReadWriteMode

データベースの読み取り/書き込みモードです。

restoreSecurity
RestoreSecurity

データベースを復元するためのセキュリティ オプション。

ignoreIncompatibilities
Nullable<Boolean>

True を指定すると、復元中に非互換性を無視する必要があります。それ以外の場合は false。

戻り値

String Restore コマンドを含む 。

適用対象