SqlCeSyncStoreMetadataCleanup Constructor ()

Initializes a new instance of the SqlCeSyncStoreMetadataCleanup class with the specified connection.

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

public:
SqlCeSyncStoreMetadataCleanup(
	SqlCeConnection^ connection
)

Parameters

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