Share via


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.

Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in microsoft.synchronization.data.server.dll)

Syntax

'Declaration
Public ReadOnly Property DataColumns As SyncDataColumnCollection
public SyncDataColumnCollection DataColumns { get; }
public:
property SyncDataColumnCollection^ DataColumns {
    SyncDataColumnCollection^ get ();
}
/** @property */
public SyncDataColumnCollection get_DataColumns ()
public function get DataColumns () : 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