SqlCeClientSyncProvider::ConnectionString Property

Gets or sets the string that is used to connect to the client database.

Namespace:  Microsoft.Synchronization.Data.SqlServerCe
Assembly:  Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)

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

Property Value

Type: System::String
The string that is used to connect to a Microsoft SQL Server Compact database.

ExceptionCondition
ArgumentNullException

value or ConnectionString is a nullptr.

Show: