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

プロパティ値

データベースが再アタッチされた場合は true。データベースが再アタッチしない場合は false。

実装

適用対象