언어

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

적용 대상