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: