DistributionPublication.DistributionArticles 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.
Returns information about the articles in the publication stored at the Distributor.
public:
property Microsoft::SqlServer::Replication::DistributionArticleCollection ^ DistributionArticles { Microsoft::SqlServer::Replication::DistributionArticleCollection ^ get(); };
public Microsoft.SqlServer.Replication.DistributionArticleCollection DistributionArticles { get; }
member this.DistributionArticles : Microsoft.SqlServer.Replication.DistributionArticleCollection
Public ReadOnly Property DistributionArticles As DistributionArticleCollection
Property Value
A DistributionArticleCollection of DistributionArticle objects.
Remarks
A DistributionArticle object in the returned DistributionArticleCollection can be accessed from the Item[] property. This can be done using an [Int32] index value or using a [String] index value that is the Name of the article.
The DistributionArticles property can only be retrieved by members of the db_owner
fixed database role on the distribution database.