次の方法で共有


RestoreInfo コンストラクター

定義

オーバーロード

RestoreInfo()

既定値を使用して RestoreInfo の新しいインスタンスを初期化します。

RestoreInfo(String, String, Boolean, RestoreLocation[], RestoreSecurity, String, String, ReadWriteMode)

復元するファイル、データベース名、上書きインジケーター、復元場所の配列、復元するロールのセキュリティ定義、パスワード、およびデータベースのストレージの場所、データベースの読み取り/書き込みモードを使用して、RestoreInfo の新しいインスタンスを初期化します。

RestoreInfo(String, String, Boolean, RestoreLocation[], RestoreSecurity, String, String)

復元するファイル、データベース名、上書きインジケーター、復元場所の配列、復元するロールのセキュリティ定義、パスワード、およびデータベースのストレージの場所を使用して、RestoreInfo の新しいインスタンスを初期化します。

RestoreInfo(String, String, Boolean, RestoreLocation[], RestoreSecurity, String)

復元するファイル、データベース名、上書きインジケーター、復元場所の配列、復元するロールのセキュリティ定義、およびパスワードを使用して、RestoreInfo の新しいインスタンスを初期化します。

RestoreInfo(String, String, Boolean, RestoreLocation[], RestoreSecurity)

復元するファイル、データベース名、上書きインジケーター、復元場所の配列、および復元するロールのセキュリティ定義を使用して、RestoreInfo の新しいインスタンスを初期化します。

RestoreInfo(String, String, Boolean, RestoreLocation[], RestoreSecurity, String, String, ReadWriteMode, Boolean)

復元するファイル、データベース名、上書きインジケーター、復元場所の配列、復元するロールのセキュリティ定義、パスワード、データベースの保存場所、データベースの読み取り/書き込みモード、非互換性インジケーターを使用して、RestoreInfo の新しいインスタンスを初期化します。

RestoreInfo(String, String, Boolean)

復元するファイル、データベース名、および上書きインジケーターを使用して、RestoreInfo の新しいインスタンスを初期化します。

RestoreInfo(String, String)

復元するファイルとデータベース名を使用して RestoreInfo の新しいインスタンスを初期化します。

RestoreInfo(String)

復元するファイルを使用して RestoreInfo の新しいインスタンスを初期化します。

RestoreInfo(String, String, Boolean, RestoreLocation[])

復元するファイル、データベース名、上書きインジケーター、復元場所の配列を使用して、RestoreInfo の新しいインスタンスを初期化します。

RestoreInfo()

既定値を使用して RestoreInfo の新しいインスタンスを初期化します。

public RestoreInfo ();
Public Sub New ()

適用対象

RestoreInfo(String, String, Boolean, RestoreLocation[], RestoreSecurity, String, String, ReadWriteMode)

復元するファイル、データベース名、上書きインジケーター、復元場所の配列、復元するロールのセキュリティ定義、パスワード、およびデータベースのストレージの場所、データベースの読み取り/書き込みモードを使用して、RestoreInfo の新しいインスタンスを初期化します。

public RestoreInfo (string file, string databaseName, bool allowOverwrite, Microsoft.AnalysisServices.RestoreLocation[] locations, Microsoft.AnalysisServices.RestoreSecurity security, string password, string dbStorageLocation, Microsoft.AnalysisServices.ReadWriteMode readWriteMode);
new Microsoft.AnalysisServices.RestoreInfo : string * string * bool * Microsoft.AnalysisServices.RestoreLocation[] * Microsoft.AnalysisServices.RestoreSecurity * string * string * Microsoft.AnalysisServices.ReadWriteMode -> Microsoft.AnalysisServices.RestoreInfo
Public Sub New (file As String, databaseName As String, allowOverwrite As Boolean, locations As RestoreLocation(), security As RestoreSecurity, password As String, dbStorageLocation As String, readWriteMode As ReadWriteMode)

パラメーター

file
String

情報を復元するファイルの名前です。

databaseName
String

復元する情報を抽出するデータベースの名前です。

allowOverwrite
Boolean

ブール値です。 ファイル情報を上書きできる場合は true、それ以外の場合は false です。

locations
RestoreLocation[]

復元するリモート オブジェクトの RestoreLocations の配列です。

security
RestoreSecurity

復元される Roles オブジェクトに何が行われるかを指定する RestoreSecurity 列挙値です。

password
String

復元ファイルの読み取りに必要なパスワードとなる文字列です。

dbStorageLocation
String

データベース ストレージの場所です。

readWriteMode
ReadWriteMode

データベースの読み取り/書き込みの状態を示す列挙です。

適用対象

RestoreInfo(String, String, Boolean, RestoreLocation[], RestoreSecurity, String, String)

復元するファイル、データベース名、上書きインジケーター、復元場所の配列、復元するロールのセキュリティ定義、パスワード、およびデータベースのストレージの場所を使用して、RestoreInfo の新しいインスタンスを初期化します。

public RestoreInfo (string file, string databaseName, bool allowOverwrite, Microsoft.AnalysisServices.RestoreLocation[] locations, Microsoft.AnalysisServices.RestoreSecurity security, string password, string dbStorageLocation);
new Microsoft.AnalysisServices.RestoreInfo : string * string * bool * Microsoft.AnalysisServices.RestoreLocation[] * Microsoft.AnalysisServices.RestoreSecurity * string * string -> Microsoft.AnalysisServices.RestoreInfo
Public Sub New (file As String, databaseName As String, allowOverwrite As Boolean, locations As RestoreLocation(), security As RestoreSecurity, password As String, dbStorageLocation As String)

パラメーター

file
String

情報を復元するファイルの名前です。

databaseName
String

復元する情報を抽出するデータベースの名前です。

allowOverwrite
Boolean

ブール値です。 ファイル情報を上書きできる場合は true、それ以外の場合は false です。

locations
RestoreLocation[]

復元するリモート オブジェクトの RestoreLocations の配列です。

security
RestoreSecurity

復元される Roles オブジェクトに何が行われるかを指定する RestoreSecurity 列挙値です。

password
String

復元ファイルの読み取りに必要なパスワードとなる文字列です。

dbStorageLocation
String

データベース ストレージの場所です。

適用対象

RestoreInfo(String, String, Boolean, RestoreLocation[], RestoreSecurity, String)

復元するファイル、データベース名、上書きインジケーター、復元場所の配列、復元するロールのセキュリティ定義、およびパスワードを使用して、RestoreInfo の新しいインスタンスを初期化します。

public RestoreInfo (string file, string databaseName, bool allowOverwrite, Microsoft.AnalysisServices.RestoreLocation[] locations, Microsoft.AnalysisServices.RestoreSecurity security, string password);
new Microsoft.AnalysisServices.RestoreInfo : string * string * bool * Microsoft.AnalysisServices.RestoreLocation[] * Microsoft.AnalysisServices.RestoreSecurity * string -> Microsoft.AnalysisServices.RestoreInfo
Public Sub New (file As String, databaseName As String, allowOverwrite As Boolean, locations As RestoreLocation(), security As RestoreSecurity, password As String)

パラメーター

file
String

情報を復元するファイルの名前です。

databaseName
String

復元する情報を抽出するデータベースの名前です。

allowOverwrite
Boolean

ブール値です。 ファイル情報を上書きできる場合は true、それ以外の場合は false です。

locations
RestoreLocation[]

復元するリモート オブジェクトの RestoreLocations の配列です。

security
RestoreSecurity

復元される Roles オブジェクトに何が行われるかを指定する RestoreSecurity 列挙値です。

password
String

復元ファイルの読み取りに必要なパスワードとなる文字列です。

適用対象

RestoreInfo(String, String, Boolean, RestoreLocation[], RestoreSecurity)

復元するファイル、データベース名、上書きインジケーター、復元場所の配列、および復元するロールのセキュリティ定義を使用して、RestoreInfo の新しいインスタンスを初期化します。

public RestoreInfo (string file, string databaseName, bool allowOverwrite, Microsoft.AnalysisServices.RestoreLocation[] locations, Microsoft.AnalysisServices.RestoreSecurity security);
new Microsoft.AnalysisServices.RestoreInfo : string * string * bool * Microsoft.AnalysisServices.RestoreLocation[] * Microsoft.AnalysisServices.RestoreSecurity -> Microsoft.AnalysisServices.RestoreInfo
Public Sub New (file As String, databaseName As String, allowOverwrite As Boolean, locations As RestoreLocation(), security As RestoreSecurity)

パラメーター

file
String

情報を復元するファイルの名前です。

databaseName
String

復元する情報を抽出するデータベースの名前です。

allowOverwrite
Boolean

ブール値です。 ファイル情報を上書きできる場合は true、それ以外の場合は false です。

locations
RestoreLocation[]

復元するリモート オブジェクトの RestoreLocations の配列です。

security
RestoreSecurity

復元される Roles オブジェクトに何が行われるかを指定する RestoreSecurity 列挙値です。

適用対象

RestoreInfo(String, String, Boolean, RestoreLocation[], RestoreSecurity, String, String, ReadWriteMode, Boolean)

復元するファイル、データベース名、上書きインジケーター、復元場所の配列、復元するロールのセキュリティ定義、パスワード、データベースの保存場所、データベースの読み取り/書き込みモード、非互換性インジケーターを使用して、RestoreInfo の新しいインスタンスを初期化します。

public RestoreInfo (string file, string databaseName, bool allowOverwrite, Microsoft.AnalysisServices.RestoreLocation[] locations, Microsoft.AnalysisServices.RestoreSecurity security, string password, string dbStorageLocation, Microsoft.AnalysisServices.ReadWriteMode readWriteMode, bool ignoreIncompatibilities);
new Microsoft.AnalysisServices.RestoreInfo : string * string * bool * Microsoft.AnalysisServices.RestoreLocation[] * Microsoft.AnalysisServices.RestoreSecurity * string * string * Microsoft.AnalysisServices.ReadWriteMode * bool -> Microsoft.AnalysisServices.RestoreInfo
Public Sub New (file As String, databaseName As String, allowOverwrite As Boolean, locations As RestoreLocation(), security As RestoreSecurity, password As String, dbStorageLocation As String, readWriteMode As ReadWriteMode, ignoreIncompatibilities As Boolean)

パラメーター

file
String

情報を復元するファイルの名前です。

databaseName
String

復元する情報を抽出するデータベースの名前です。

allowOverwrite
Boolean

ブール値です。 ファイル情報を上書きできる場合は true、それ以外の場合は false です。

locations
RestoreLocation[]

復元するリモート オブジェクトの RestoreLocations の配列です。

security
RestoreSecurity

復元される Roles オブジェクトに何が行われるかを指定する RestoreSecurity 列挙値です。

password
String

復元ファイルの読み取りに必要なパスワードとなる文字列です。

dbStorageLocation
String

データベース ストレージの場所です。

readWriteMode
ReadWriteMode

データベースの読み取り/書き込みの状態を示す列挙です。

ignoreIncompatibilities
Boolean

復元中にモデルの非互換性を無視するかどうか。

適用対象

RestoreInfo(String, String, Boolean)

復元するファイル、データベース名、および上書きインジケーターを使用して、RestoreInfo の新しいインスタンスを初期化します。

public RestoreInfo (string file, string databaseName, bool allowOverwrite);
new Microsoft.AnalysisServices.RestoreInfo : string * string * bool -> Microsoft.AnalysisServices.RestoreInfo
Public Sub New (file As String, databaseName As String, allowOverwrite As Boolean)

パラメーター

file
String

情報を復元するファイルの名前です。

databaseName
String

復元する情報を抽出するデータベースの名前です。

allowOverwrite
Boolean

ブール値です。 ファイル情報を上書きできる場合は true、それ以外の場合は false です。

適用対象

RestoreInfo(String, String)

復元するファイルとデータベース名を使用して RestoreInfo の新しいインスタンスを初期化します。

public RestoreInfo (string file, string databaseName);
new Microsoft.AnalysisServices.RestoreInfo : string * string -> Microsoft.AnalysisServices.RestoreInfo
Public Sub New (file As String, databaseName As String)

パラメーター

file
String

情報を復元するファイルの名前です。

databaseName
String

復元する情報を抽出するデータベースの名前です。

適用対象

RestoreInfo(String)

復元するファイルを使用して RestoreInfo の新しいインスタンスを初期化します。

public RestoreInfo (string file);
new Microsoft.AnalysisServices.RestoreInfo : string -> Microsoft.AnalysisServices.RestoreInfo
Public Sub New (file As String)

パラメーター

file
String

情報を復元するファイルの名前です。

適用対象

RestoreInfo(String, String, Boolean, RestoreLocation[])

復元するファイル、データベース名、上書きインジケーター、復元場所の配列を使用して、RestoreInfo の新しいインスタンスを初期化します。

public RestoreInfo (string file, string databaseName, bool allowOverwrite, Microsoft.AnalysisServices.RestoreLocation[] locations);
new Microsoft.AnalysisServices.RestoreInfo : string * string * bool * Microsoft.AnalysisServices.RestoreLocation[] -> Microsoft.AnalysisServices.RestoreInfo
Public Sub New (file As String, databaseName As String, allowOverwrite As Boolean, locations As RestoreLocation())

パラメーター

file
String

情報を復元するファイルの名前です。

databaseName
String

復元する情報を抽出するデータベースの名前です。

allowOverwrite
Boolean

ブール値です。 ファイル情報を上書きできる場合は true、それ以外の場合は false です。

locations
RestoreLocation[]

復元するリモート オブジェクトの RestoreLocations の配列です。

適用対象