Record.SetStream 方法

Record 对象的 SetStream 方法将指定文件的内容作为流数据复制到指定的记录字段中。 不能将流数据插入临时字段中。

语法

Record.SetStream(
  field,
  filePath
)

参数

field

记录中值的必填字段编号,从 1 开始。

filePath

要复制的文件的位置。 不执行任何类型的转换。

返回值

此方法不返回值。

备注

如果该方法失败,可以使用 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
Msi.dll
IID
IID_IRecord 定义为 000C1093-0000-0000-C000-000000000046