RestoreLocation クラス

定義

データベース バックアップの復元に関連する情報を表します。 このクラスは継承できません。

[System.Runtime.InteropServices.Guid("E866DFE7-0177-43c7-8673-4E487E2A85F7")]
public sealed class RestoreLocation
[<System.Runtime.InteropServices.Guid("E866DFE7-0177-43c7-8673-4E487E2A85F7")>]
type RestoreLocation = class
Public NotInheritable Class RestoreLocation
継承
RestoreLocation
属性

コンストラクター

RestoreLocation()

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

プロパティ

ConnectionString

RestoreLocation オブジェクトに関連付けられている接続文字列を取得します。値の設定も可能です。

DataSourceID

RestoreLocation オブジェクトに関連付けられているデータ ソース識別子を取得します。値の設定も可能です。

DataSourceType

データ ソースのタイプを取得または設定します。

File

RestoreLocation オブジェクトに関連付けられているファイルを取得します。値の設定も可能です。

Folders

RestoreLocation に関連付けられているフォルダーのコレクションを取得します。

適用対象