The DynamicFilters property exposes filter clause interpretation for the referenced merge replication publication.
object.DynamicFilters [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | True or False |
When True, the publication is filtered dynamically.
When False (default), the publication is not filtered dynamically.
Boolean
Read/write
HRESULT GetDynamicFilters(LPBOOL pRetVal);
HRESULT SetDynamicFilters(BOOL NewValue);