Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Represents the data converters that are used during a synchronization session. In some situations, only one converter is necessary. Therefore, you are not required to set a converter for both providers.
Syntax
interface ISyncDataConversionControl : IUnknown
Members
ISyncDataConversionControl method |
Description |
|---|---|
Sets the data converter for the source provider, which enables the conversion of data to and from the source provider’s data format. |
|
Sets the data converter for the destination provider, which enables the conversion of data to and from the destination provider’s data format. |
Requirements
Header: synchronization.h
Remarks
ISyncDataConversionControl can be queried from an ISyncSession object after that object has been created.