ITransferSqlServerObjectsTask.CopyAllXmlSchemaCollections 属性

定义

获取或设置一个值,指示所有XML模式集合是否从源节点传输到目标数据库。

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

属性值

如果所有XML模式集合都从源代码传输到目标数据库,则为真;否则,就是假的。

适用于