TransferSqlServerObjectsTask.CopyAllSchemas 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个布尔值,指示所有 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 发现的对象被转移。