다음을 통해 공유


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입니다.

구현

적용 대상