SqlSyncProviderAdapterConfiguration::FilterColumns Property

Gets the list of columns that are used for filtering.

Namespace:  Microsoft.Synchronization.Data.SqlServer
Assembly:  Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)

public:
property Collection<String^>^ FilterColumns {
	Collection<String^>^ get ();
}

Property Value

Type: System.Collections.ObjectModel::Collection<String>
The list of columns that are used for filtering.
Show: