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::StatisticsEnabled Property

 

When set to true, enables statistics gathering for the current connection.

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

public:
property bool StatisticsEnabled {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

Returns true if statistics gathering is enabled; otherwise false. false is the default.

Enabling statistics gathering has a minor, but measurable effect on performance and therefore should be enabled only when it is required.

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