Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the SqlCeSyncStoreMetadataCleanup class with the specified connection and object prefix.
Namespace: Microsoft.Synchronization.Data.SqlServerCe
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in microsoft.synchronization.data.sqlserverce.dll)
Syntax
'Declaration
Public Sub New ( _
connection As SqlCeConnection, _
objectPrefix As String _
)
'Usage
Dim connection As SqlCeConnection
Dim objectPrefix As String
Dim instance As New SqlCeSyncStoreMetadataCleanup(connection, objectPrefix)
public SqlCeSyncStoreMetadataCleanup (
SqlCeConnection connection,
string objectPrefix
)
public:
SqlCeSyncStoreMetadataCleanup (
SqlCeConnection^ connection,
String^ objectPrefix
)
public SqlCeSyncStoreMetadataCleanup (
SqlCeConnection connection,
String objectPrefix
)
public function SqlCeSyncStoreMetadataCleanup (
connection : SqlCeConnection,
objectPrefix : String
)
Parameters
- connection
A SqlCeConnection object that contains a connection to the database.
- objectPrefix
The prefix that is optionally specified for the ObjectPrefix property, to identify objects that Sync Framework creates.
See Also
Reference
SqlCeSyncStoreMetadataCleanup Class
SqlCeSyncStoreMetadataCleanup Members
Microsoft.Synchronization.Data.SqlServerCe Namespace