SqlSyncProviderAdapterConfiguration::Columns Property
Gets a collection of DbSyncColumnDescription objects that represent all columns in a table.
Assembly: Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
public: property Collection<DbSyncColumnDescription^>^ Columns { Collection<DbSyncColumnDescription^>^ get (); }
Property Value
Type: System.Collections.ObjectModel::Collection<DbSyncColumnDescription>A collection of objects that represent all columns in a table.
Show: