View.ColumnInfo 属性
View 对象的 ColumnInfo 属性返回一个 Record 对象,其中包含有关结果集中每一列的请求信息。 可以请求列名或列定义。 Select 列表中提供的常量没有名称。
此属性为只读。
语法
propVal = View.ColumnInfo
属性值
每个列所需的信息。
参数名称 | 含义 |
---|---|
|
返回结果集中所有非常量列的名称。 |
|
返回结果集中所有非常量列的类型。 |
备注
ColumnInfo 属性返回的列说明采用列定义格式中所述的格式。 每个列由相应记录字段中的字符串描述。 定义字符串包含单个字母(表示数据类型)和列宽度(如果适用,则以字符为单位,否则以字节为单位)。 宽度为零表示宽度不受限制(长文本字段和流)。 大写字母表示在列中允许使用 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_IView 定义为 000C109C-0000-0000-C000-000000000046 |