SqlWorkflowInstanceStore::ConnectionString Property

.NET Framework (current version)
 

Gets or sets a connection string with parameters that are used to connect to an underlying persistence database.

Namespace:   System.Activities.DurableInstancing
Assembly:  System.Activities.DurableInstancing (in System.Activities.DurableInstancing.dll)

public:
property String^ ConnectionString {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The connection string.

.NET Framework
Available since 4.0
Return to top
Show: