次の方法で共有


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

プロパティ値

データベースが再アタッチされた場合は true。それ以外の場合は false。

適用対象