TransferDatabaseTask.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

プロパティ値

データベースが再接続される場合は真です;データベースが再接続されない場合は偽です。

実装

適用対象