다음을 통해 공유


PublicationArticle.ArticleResolver 속성

Gets or sets the friendly name of the custom conflict resolver or business logic handler used when synchronizing the article.

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

구문

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

value = instance.ArticleResolver

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

속성 값

유형: System.String
A String value.

참고 항목

참조

PublicationArticle 클래스

Microsoft.SqlServer.Replication 네임스페이스

ArticleResolver