SqlCeSyncStoreMetadataUpgrade::Connection Property

Gets or sets the database connection over which the upgrade is performed.

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
The database connection over which the upgrade is performed.
Show: