ArticleConflict 클래스

Represents information about a merge replication conflict table.

상속 계층

System.Object
  Microsoft.SqlServer.Replication.ArticleConflict

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

구문

‘선언
Public NotInheritable Class ArticleConflict
‘사용 방법
Dim instance As ArticleConflict
public sealed class ArticleConflict
public ref class ArticleConflict sealed
[<SealedAttribute>]
type ArticleConflict =  class end
public final class ArticleConflict

ArticleConflict 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 ArticleConflict Initializes a new instance of the ArticleConflict class.

맨 위로 이동

속성

  이름 설명
공용 속성 ArticleName Gets or sets the name of the article that uses the specified ConflictTable.
공용 속성 CentralizedConflict Specifies whether the conflict table exists at the Publisher or at the Subscriber.
공용 속성 ConflictTable Gets or sets the name of the table in which the conflicting data for the specified ArticleName is stored.
공용 속성 GuidColumnName Gets or sets the name of the column that uniquely identifies rows in the specified SourceObject.
공용 속성 SourceObject Gets or sets the name of the source object for the specified ArticleName.
공용 속성 SourceOwner Gets or sets the owner of the source object for the specified ArticleName.
공용 속성 UserData Gets or sets an object to which users can attach their own data.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

주의

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

Thread Safety

Public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Replication 네임스페이스

관련 자료

고급 병합 복제 충돌 감지 및 해결