View.Fetch 方法

如果结果集中有更多行可用,则 View 对象的 Fetch 方法检索列数据的下一行,否则此方法返回 Null。 在 Fetch 方法之前调用 Execute 方法。

语法

View.Fetch()

parameters

此方法没有任何参数。

返回值

此方法不返回值。

备注

应使用同一 Record 对象检索多行中的数据,否则应通过超越范围来释放该对象。 可以使用“If FetchRecord Is Nothing”语法测试结果集末尾的记录。

要求

要求
版本
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_IView 定义为 000C109C-0000-0000-C000-000000000046