다음을 통해 공유


MergePublication.ValidateSubscriberInfo 속성

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

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Rmo(Microsoft.SqlServer.Rmo.dll)

구문

‘선언
Public Property ValidateSubscriberInfo As String 
    Get 
    Set
‘사용 방법
Dim instance As MergePublication 
Dim value As String 

value = instance.ValidateSubscriberInfo

instance.ValidateSubscriberInfo = value
public string ValidateSubscriberInfo { get; set; }
public:
property String^ ValidateSubscriberInfo {
    String^ get ();
    void set (String^ value);
}
member ValidateSubscriberInfo : string with get, set
function get ValidateSubscriberInfo () : String 
function set ValidateSubscriberInfo (value : String)

속성 값

유형: System.String
An expression containing dynamic filtering functions.

주의

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.

참고 항목

참조

MergePublication 클래스

Microsoft.SqlServer.Replication 네임스페이스

관련 자료

병합 구독자의 파티션 정보 유효성 검사