Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the friendly name of the custom conflict resolver or business logic handler used when synchronizing the article.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public Property ArticleResolver As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A String value.