语言

ITransferSqlServerObjectsTask.CopyAllSqlAssemblies 属性

定义

获取或设置一个值,指示所有 SQL Server 汇编是否从源代码传输到目标数据库。

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

属性值

如果所有 SQL Server 汇编都从源代码传输到目标数据库,则为 true;否则为 false。

适用于