The QueryResults object presents tabular data to the SQL-DMO application. SQL-DMO enumeration methods, such as the EnumLocks method of the Database object, return a QueryResults object to report their data. SQL-DMO statement execution methods, such as the ExecuteWithResults method of Database and SQLServer objects, also return a QueryResults object.
The QueryResults object is a reporting tool. All properties of the QueryResults object are read-only. With the QueryResults object, you can:
Note The QueryResults object is compatible with instances of SQL Server 2000 and SQL Server version 7.0. However, the QueryResults2 object extends the functionality of the QueryResults object for use with features that are new in SQL Server 2000.