Fields 集合 (ADO)

                   

Fields 集合包含 Recordset 对象的所有 Field 对象。


说明

Recordset 对象中有 Field 对象组成的 Fields 集合。每个 Field 对象对应 Recordset 中的一列。在打开 Recordset 前通过调用集合上的 Refresh 方法可以充填 Fields 集合。

注意    有关如何使用 Field 对象的详细说明,请参阅 Field 对象主题。