TransferSqlServerObjectsTask.CopyAllDefaults 속성

정의

전송에 SQL Server 기본값이 포함되어 있음을 나타내는 부울을 가져오거나 설정합니다.

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

속성 값

true는 SQL Server 기본값이 원본에서 대상 데이터베이스로 전송됨을 나타냅니다. false는 해당 개체에 있는 개체만 전송됨을 DefaultsList 나타냅니다.

구현

적용 대상