SyncOrchestrator.RemoteDataConverter Property
SQL Server 2008 R2
Gets or sets the data converter for the remote provider. This enables the conversion of data to and from the remote provider’s data format.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
/** @property */ public SyncDataConverter get_RemoteDataConverter () /** @property */ public void set_RemoteDataConverter (SyncDataConverter value)
public function get RemoteDataConverter () : SyncDataConverter public function set RemoteDataConverter (value : SyncDataConverter)
Property Value
A SyncDataConverter object that represents the data converter.For more information about data conversion, see Converting Data Between Providers.