SqlSyncTableProvisioning::FilterColumns Property
Gets the list of columns that were added by using AddFilterColumn.
Assembly: Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
public: property Collection<DbSyncColumnDescription^>^ FilterColumns { Collection<DbSyncColumnDescription^>^ get (); }
Property Value
Type: System.Collections.ObjectModel::Collection<DbSyncColumnDescription>A list of DbSyncColumnDescription objects that includes the columns that were added by using AddFilterColumn.
Show: