PublicationArticle Members

Include Protected Members
Include Inherited Members

Represents article information for a published database object.

The PublicationArticle type exposes the following members.

Constructors

  Name Description
Public method PublicationArticle() Creates a new instance of the PublicationArticle class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property AllowInteractiveResolver Gets or sets whether or not to allow subscriptions to invoke the Interactive Resolver when conflicts occur during synchronization.
Public property ArticleName Gets or sets the name of the article.
Public property ArticleResolver Gets or sets the friendly name of the custom conflict resolver or business logic handler used when synchronizing the article.
Public property ArticleType Gets or sets the source object type for the article.
Public property ColumnTracking Gets or sets how conflicts are detected when synchronizing data rows.
Public property PublicationName Gets or sets the name of the publication to which the article belongs.
Public property ReplicationType Gets or sets the type of publication to which the article belongs.
Public property ResolverInfo Gets or sets additional data and parameters that are to be used by a Component Object Model (COM)-based conflict resolver.
Public property UserData Gets or sets an object that allows users to attach their own data.
Public property 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.

Top