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.dll의 Microsoft.SqlServer.Rmo
구문
‘선언
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.
주의
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.