ITransferDatabaseTask.ReattachSourceDatabase プロパティ

定義

データベースを再接続すべきかどうかを示す値を取得または設定します。

public:
 property bool ReattachSourceDatabase { bool get(); void set(bool value); };
public bool ReattachSourceDatabase { get; set; }
member this.ReattachSourceDatabase : bool with get, set
Public Property ReattachSourceDatabase As Boolean

プロパティ値

データベースが再接続される場合は真です;そうでなければ、誤りです。

適用対象