PublicationArticle 클래스

Represents article information for a published database object.

상속 계층

System.Object
  Microsoft.SqlServer.Replication.PublicationArticle

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

구문

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

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

생성자

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

맨 위로 이동

속성

  이름 설명
공용 속성 AllowInteractiveResolver Gets or sets whether or not to allow subscriptions to invoke the Interactive Resolver when conflicts occur during synchronization.
공용 속성 ArticleName Gets or sets the name of the article.
공용 속성 ArticleResolver Gets or sets the friendly name of the custom conflict resolver or business logic handler used when synchronizing the article.
공용 속성 ArticleType Gets or sets the source object type for the article.
공용 속성 ColumnTracking Gets or sets how conflicts are detected when synchronizing data rows.
공용 속성 PublicationName Gets or sets the name of the publication to which the article belongs.
공용 속성 ReplicationType Gets or sets the type of publication to which the article belongs.
공용 속성 ResolverInfo Gets or sets additional data and parameters that are to be used by a Component Object Model (COM)-based conflict resolver.
공용 속성 UserData Gets or sets an object that allows users to attach their own data.
공용 속성 VerifyResolverSignature Gets or sets the options for verifying the digital signature on a Component Object Model (COM)-based conflict resolver to determine if it is from a trusted source.

맨 위로 이동

메서드

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

맨 위로 이동

주의

The PublicationArticle structure is used when returning limited information about articles in a published database. This object is used primarily by SQL Server Management Studio. Use the TransArticle or the MergeArticle objects to create, view, modify, and delete articles in a publication.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

스레드 보안

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

참고 항목

참조

Microsoft.SqlServer.Replication 네임스페이스

EnumPublicationArticles

관련 자료

방법: 아티클 정의(RMO 프로그래밍)

방법: 아티클 삭제(RMO 프로그래밍)

방법: 아티클 속성 보기 및 수정(RMO 프로그래밍)