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)
Syntax
'Declaration
Public ReadOnly Property FilterColumns As Collection(Of DbSyncColumnDescription)
'Usage
Dim instance As SqlSyncTableProvisioning
Dim value As Collection(Of DbSyncColumnDescription)
value = instance.FilterColumns
public Collection<DbSyncColumnDescription> FilterColumns { get; }
public:
property Collection<DbSyncColumnDescription^>^ FilterColumns {
Collection<DbSyncColumnDescription^>^ get ();
}
/** @property */
public Collection<DbSyncColumnDescription> get_FilterColumns ()
public function get FilterColumns () : Collection<DbSyncColumnDescription>
Property Value
A list of DbSyncColumnDescription objects that includes the columns that were added by using AddFilterColumn.
See Also
Reference
SqlSyncTableProvisioning Class
SqlSyncTableProvisioning Members
Microsoft.Synchronization.Data.SqlServer Namespace