SqlSyncAdapterBuilder::TombstoneDataColumns Property

Gets a collection of data columns to be synchronized. This enables you to synchronize a subset of the columns in the table.

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

public:
property SyncDataColumnCollection^ TombstoneDataColumns {
	SyncDataColumnCollection^ get ();
}
Show: