Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SqlConnection::RetrieveStatistics Method ()

 

Returns a name value pair collection of statistics at the point in time the method is called.

Namespace:   System.Data.SqlClient
Assembly:  System.Data (in System.Data.dll)

public:
IDictionary^ RetrieveStatistics()

Return Value

Type: System.Collections::IDictionary^

Returns a reference of type IDictionary of DictionaryEntry items.

When this method is called, the values retrieved are those at the current point in time. If you continue using the connection, the values are incorrect. You need to re-execute the method to obtain the most current values.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft