JsonScripter.ScriptRestore メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
データベースを復元するためのセキュリティ オプション。
戻り値
String Restore コマンドを含む 。