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 SqlCeClientSyncProvider class by using connection string and database creation parameters.
Namespace: Microsoft.Synchronization.Data.SqlServerCe
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in microsoft.synchronization.data.sqlserverce.dll)
Syntax
'Declaration
Public Sub New ( _
connectionString As String, _
createDbIfNotExists As Boolean _
)
public SqlCeClientSyncProvider (
string connectionString,
bool createDbIfNotExists
)
public:
SqlCeClientSyncProvider (
String^ connectionString,
bool createDbIfNotExists
)
public SqlCeClientSyncProvider (
String connectionString,
boolean createDbIfNotExists
)
public function SqlCeClientSyncProvider (
connectionString : String,
createDbIfNotExists : boolean
)
Parameters
- connectionString
The string that is used to connect to a Microsoft SQL Server Compact database.
- createDbIfNotExists
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
SqlCeClientSyncProvider Class
SqlCeClientSyncProvider Members
Microsoft.Synchronization.Data.SqlServerCe Namespace