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 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
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에서 상속됨) | |
Finalize | (Object에서 상속됨) | |
GetHashCode | (Object에서 상속됨) | |
GetType | (Object에서 상속됨) | |
MemberwiseClone | (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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.