发布网友 发布时间:2023-04-11 01:15
共1个回答
热心网友 时间:2023-09-18 23:18
A . bulk importing xml data as a binary byte stream
A .以二进制字节流大容量导入xml
The imported xml schema document used as an input
用作输入的已导入xml架构文档:
B . bulk importing xml data in an existing row
B .在现有行中大容量导入xml
C . bulk importing xml data from a file that contains a dtd
C .从包含dtd的文件中大容量导入xml数据
Including or importing xml schemas
包含或导入xml架构
The xml schema collection stores the imported xml schemas and is then used to do the following
Xml架构集合存储导入的xml架构,然后用于执行以下操作:
Imported xml schema document generated from an assembly piled from the preceding c source
基于通过前面的c #源代码编译得到的程序集生成的顶级xml架构文档:
You can bulk import xml documents into a sql server database or bulk export them from a sql server database
可以向数据库中大容量导入xml文档,也可以从数据库中大容量导出xml文档。
For the capacity of describing structural and semantic information , it is significant to import xml into data integration
由于xml具有强大的结构和语义表达能力,因此将xml技术引入到数据集成领域很有意义。
When you bulk import xml data from a file that contains an encoding declaration that you want to apply , specify the single blob option in the openrowset clause
从包含要应用的编码声明的文件中大容量加载xml时,应在openrowset中指定single _ blob 。
In addition , you should avoid using a lot of external entities - such as external dtds or imported xml schemas - since opening and reading from a file is an expensive operation
此外,还应避免使用大量的外部实体例如外部dtd或导入的xml模式,因为打开和读取文件是代价很高的操作。