SqlCeSyncStoreSnapshotInitialization Constructor (SyncIdFormatGroup, String)

Initializes a new instance of the SqlCeSyncStoreSnapshotInitialization class for the specified ID format and object prefix.

This API is not CLS-compliant. 

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

[CLSCompliantAttribute(false)]
public:
SqlCeSyncStoreSnapshotInitialization(
	SyncIdFormatGroup^ idFormats, 
	String^ objectPrefix
)

Parameters

idFormats
Type: Microsoft.Synchronization::SyncIdFormatGroup
A SyncIdFormatGroup object that represents the format schema for the group of IDs that identify entities in a synchronization session.
objectPrefix
Type: System::String
The prefix that is optionally specified for the ObjectPrefix property, to identify objects that Sync Framework creates.

ExceptionCondition
ArgumentNullException

idFormats is a nullptr.

Show: