GenerateFilters Method

This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature.

The GenerateFilters method creates subset filters based on FOREIGN KEY constraints defined on tables published as articles of the referenced merge replication publication.

Syntax

object
.GenerateFilters( )

Parts

  • object
    Expression that evaluates to an object in the Applies To list.

Prototype (C/C++)

HRESULT GenerateFilters( );

Applies To:

MergePublication Object