Condividi tramite


MergePublication.ValidateSubscriberInfo Property

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

Spazio dei nomi: Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)

Sintassi

'Dichiarazione
Public Property ValidateSubscriberInfo As String
public string ValidateSubscriberInfo { get; set; }
public:
property String^ ValidateSubscriberInfo {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_ValidateSubscriberInfo ()

/** @property */
public void set_ValidateSubscriberInfo (String value)
public function get ValidateSubscriberInfo () : String

public function set ValidateSubscriberInfo (value : String)

Valore proprietà

A String value that specifies an expression containing dynamic filtering functions.

Osservazioni

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.

The ValidateSubscriberInfo property is available with Microsoft SQL Server 2000 and Microsoft SQL Server 2005.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

MergePublication Class
MergePublication Members
Microsoft.SqlServer.Replication Namespace

Altre risorse

Convalida delle informazioni sulle partizioni per un Sottoscrittore di tipo merge