Record.StringData 属性
Record 对象的 StringData 属性是一个读写属性,用于将字符串数据传入或移出记录中的指定字段。 如果存储了整数或对象,则返回其字符串值。
此属性是可读写的。
语法
propVal = Record.StringData
Record.StringData = propVal
属性值
记录中值的必填字段编号,从 1 开始。
备注
不存在的字段的返回值是一个空字符串。 若要将记录字符串字段设置为 null,请使用空变体或空字符串。 尝试将值存储在不存在的字段中会导致错误。
要求
要求 | 值 |
---|---|
版本 |
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_IRecord 定义为 000C1093-0000-0000-C000-000000000046 |