CurrentResultSet Property
Diese Funktion wird in zukünftigen Versionen von Microsoft SQL Server nicht mehr bereitgestellt. Verwenden Sie diese Funktion beim Entwickeln neuer Anwendungen nicht, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird.
The CurrentResultSet property controls access to the result sets of a QueryResults object.
Syntax
object
.CurrentResultSet [=value]
Parts
object
An expression that evaluates to an object in the Applies To listvalue
A long integer
Data Type
Long
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetCurrentResultSet(LPLONG pRetVal);
HRESULT SetCurrentResultSet(LONG NewValue);
Hinweise
A QueryResults object can contain multiple result sets of data. For example, each result of an individual command in a Transact-SQL batch is returned to the client in its own set. Use the CurrentResultSet property to select a particular result set .
The ResultSets property reports the number of result sets in the QueryResults object.