Microsoft Jet and Replication Objects
Filters Collection
See Also
Properties
Methods
Contains all of the Filter objects for the replica.
Remarks
Replica objects can contain a Filters collection.
With the properties and methods of a Filters collection, you can:
- Return the number of filters contained in the collection with the Count property.
- Access a column in the collection with the Item property.
- Add a new filter to the collection with the Append method.
- Remove a filter from the collection with the Delete method.
- Update the objects in the collection to reflect the current database's schema with the Refresh method.