TransPublication.TransArticles Property

Definition

Represents the articles in the publication.

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

Property Value

A TransArticleCollection object.

Remarks

The TransArticles property can only be retrieved by members of the sysadmin fixed server role at the Publisher, by members of the db_owner fixed database role on the publication database, or by users in the publication access list (PAL).

Retrieving the TransArticles property is equivalent to executing sp_helparticle.

Applies to