SqlCeSyncStoreMetadataCleanup::Connection Property

Gets or sets a SqlCeConnection object that contains a connection to the database.

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

public:
property SqlCeConnection^ Connection {
	SqlCeConnection^ get ();
	void set (SqlCeConnection^ value);
}

Property Value

Type: SqlCeConnection
A SqlCeConnection object that contains a connection to the database.
Show: