TransferSqlServerObjectsTask.CopyAllSchemas 属性

定义

获取或设置一个布尔值,指示所有 SQL Server 模式是否从源端传输到目标数据库,还是仅传输指定的模式。

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

属性值

true表示所有SQL Server模式均从源数据库传输到目标数据库。 false 表示只有在 中 SchemasList 发现的对象被转移。

实现

适用于