TransPublication.TransArticles Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.