SqlSyncTableProvisioning::FilterColumns Property

Gets the list of columns that were added by using AddFilterColumn.

Namespace:  Microsoft.Synchronization.Data.SqlServer
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.

When a filter column is specified as part of the filter clause, it must be in this list or change enumeration will fail.

Show: