Skip to main content
.NET Framework Class Library
SqlTrackingQuery..::.ConnectionString Property

The connection string of the SQL tracking database to query.

Namespace: System.Workflow.Runtime.Tracking
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
Syntax
Public Property ConnectionString As String
	Get
	Set
public string ConnectionString { get; set; }
public:
property String^ ConnectionString {
	String^ get ();
	void set (String^ value);
}
member ConnectionString : string with get, set

Property Value

Type: System..::.String
A SQL database connection string.
Exceptions
ExceptionCondition
ArgumentNullException

An attempt to set ConnectionString to a null reference (Nothing in Visual Basic) was made.

Version Information

.NET Framework

Supported in: 4, 3.5, 3.0
.NET Framework Security
Platforms

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.