MergePublication.MergeArticles Property

Definition

Gets the existing articles in the merge publication.

public:
 property Microsoft::SqlServer::Replication::MergeArticleCollection ^ MergeArticles { Microsoft::SqlServer::Replication::MergeArticleCollection ^ get(); };
public Microsoft.SqlServer.Replication.MergeArticleCollection MergeArticles { get; }
member this.MergeArticles : Microsoft.SqlServer.Replication.MergeArticleCollection
Public ReadOnly Property MergeArticles As MergeArticleCollection

Property Value

The collection of articles in the merge publication.

Remarks

A MergeArticle object in the collection can be accessed from MergeArticles using an [Int32] index value or using a [String] index that is the Name property of the article.

The MergeArticles property can be retrieved by members of the db_owner or replmonitor fixed database roles on the publication database or by members of the publication access list (PAL) for the publication.

Retrieving MergeArticles is equivalent to executing sp_helpmergepublication.

Applies to