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 SqlCeSyncStoreSnapshotInitialization class for the specified ID format and object prefix.
This constructor is not CLS-compliant.
Namespace: Microsoft.Synchronization.Data.SqlServerCe
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in microsoft.synchronization.data.sqlserverce.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Sub New ( _
idFormats As SyncIdFormatGroup, _
objectPrefix As String _
)
'Usage
Dim idFormats As SyncIdFormatGroup
Dim objectPrefix As String
Dim instance As New SqlCeSyncStoreSnapshotInitialization(idFormats, objectPrefix)
[CLSCompliantAttribute(false)]
public SqlCeSyncStoreSnapshotInitialization (
SyncIdFormatGroup idFormats,
string objectPrefix
)
[CLSCompliantAttribute(false)]
public:
SqlCeSyncStoreSnapshotInitialization (
SyncIdFormatGroup^ idFormats,
String^ objectPrefix
)
/** @attribute CLSCompliantAttribute(false) */
public SqlCeSyncStoreSnapshotInitialization (
SyncIdFormatGroup idFormats,
String objectPrefix
)
CLSCompliantAttribute(false)
public function SqlCeSyncStoreSnapshotInitialization (
idFormats : SyncIdFormatGroup,
objectPrefix : String
)
Parameters
- idFormats
A SyncIdFormatGroup object that represents the format schema for the group of IDs that identify entities in a synchronization session.
- objectPrefix
The prefix that is optionally specified for the ObjectPrefix property, to identify objects that Sync Framework creates.
See Also
Reference
SqlCeSyncStoreSnapshotInitialization Class
SqlCeSyncStoreSnapshotInitialization Members
Microsoft.Synchronization.Data.SqlServerCe Namespace