MergePublication.ValidateSubscriberInfo Property

Definition

Gets or sets the functions that are used to define a Subscriber partition of the published data when parameterized row filters are used.

public:
 property System::String ^ ValidateSubscriberInfo { System::String ^ get(); void set(System::String ^ value); };
public string ValidateSubscriberInfo { get; set; }
member this.ValidateSubscriberInfo : string with get, set
Public Property ValidateSubscriberInfo As String

Property Value

An expression containing dynamic filtering functions.

Remarks

This information is used by the Merge Agent to validate that the correct filtering function is used when synchronizing a Subscriber.

We recommend that you not set the ValidateSubscriberInfo property. When you do not set this property or set it to null and create a new merge publication, replication automatically determines the function to use to validate the filtering function when a subscriber is synchronized.

The ValidateSubscriberInfo property can be retrieved by members of the db_owner or replmonitor fixed database roles on the publication database or by members of the publication access list (PAL) for the publication.

The ValidateSubscriberInfo property can be set by members of the sysadmin fixed server role at the Publisher. It can also be set by members of the db_owner fixed database role on the publication database.

Retrieving ValidateSubscriberInfo is equivalent to executing sp_helpmergepublication.

Setting ValidateSubscriberInfo is equivalent to executing sp_addmergepublication or sp_changemergepublication.

Applies to