PublicationArticle Members
Represents article information for a published database object.
The following tables list the members exposed by the PublicationArticle type.
Public Constructors
Name | Description | |
---|---|---|
PublicationArticle | Creates a new instance of the PublicationArticle class. |
Top
Public Properties
Name | Description | |
---|---|---|
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. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
PublicationArticle Class
Microsoft.SqlServer.Replication Namespace
EnumPublicationArticles
Other Resources
How to: Define an Article (RMO Programming)
How to: Delete an Article (RMO Programming)
How to: View and Modify Article Properties (RMO Programming)