TransferSqlServerObjectsTask.CopySchema 속성

정의

전송 작업에서 스키마를 복사할지 여부를 지정하는 부울 값을 가져오거나 설정합니다. 이 속성은 SQL Server 2005 이상 버전에서만 사용할 수 있습니다.

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

속성 값

true는 스키마가 원본 데이터베이스에서 대상 데이터베이스로 복사됨을 나타냅니다.

구현

설명

기본값은 true입니다.

적용 대상