SqlSyncAdapterBuilder::DataColumns Property
Gets a collection of data columns to be synchronized. This enables you to synchronize a subset of the columns in the table.
Assembly: Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)
public: property SyncDataColumnCollection^ DataColumns { SyncDataColumnCollection^ get (); }
Property Value
Type: Microsoft.Synchronization.Data.Server::SyncDataColumnCollectionA SyncDataColumnCollection of columns.
Show: