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)
Syntax
'Declaration
Public ReadOnly Property TombstoneDataColumns As SyncDataColumnCollection
public SyncDataColumnCollection TombstoneDataColumns { get; }
public:
property SyncDataColumnCollection^ TombstoneDataColumns {
SyncDataColumnCollection^ get ();
}
/** @property */
public SyncDataColumnCollection get_TombstoneDataColumns ()
public function get TombstoneDataColumns () : SyncDataColumnCollection
Property Value
A SyncDataColumnCollection of columns.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
SqlSyncAdapterBuilder Class
SqlSyncAdapterBuilder Members
Microsoft.Synchronization.Data.Server Namespace