Database.Export 方法
Database 对象的 Export 方法将结构和数据从指定表复制到文本存档文件。
语法
Database.Export(
table,
path,
file
)
parameters
-
table
-
数据库表的必需名称。 使用安装程序数据库时区分大小写。
-
路径
-
必需字符串,它是放置文本文件的文件夹的路径。
-
文件
-
要创建的文件的必需名称。 这不包括该文件夹,因为必须在 path 对象中设置该文件夹。
返回值
此方法不返回值。
备注
如果该方法失败,可以使用 LastErrorRecord 方法获取扩展的错误信息。
要求
要求 | 值 |
---|---|
版本 |
Windows Server 2012、Windows 8、Windows Server 2008 R2 或 Windows 7 上的 Windows Installer 5.0。 Windows Server 2008 或 Windows Vista 上的 Windows Installer 4.0 或 Windows Installer 4.5。 Windows Server 2003 或 Windows XP 上的 Windows Installer |
DLL |
|
IID |
IID_IDatabase 定义为 000C109D-0000-0000-C000-000000000046 |