DynamicFilters Property (SQL-DMO)

The DynamicFilters property exposes filter clause interpretation for the referenced merge replication publication.

Applies To

MergePublication Object

Syntax

object.DynamicFilters [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value True or False

Remarks

When True, the publication is filtered dynamically.

When False (default), the publication is not filtered dynamically.

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetDynamicFilters(LPBOOL pRetVal);

HRESULT SetDynamicFilters(BOOL NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.