DistributionArticle.ArticleId 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.
Gets or sets the ID value for the article.
public:
property int ArticleId { int get(); void set(int value); };
public int ArticleId { get; set; }
member this.ArticleId : int with get, set
Public Property ArticleId As Integer
Property Value
An Int32 value.
Remarks
The <xref:Microsoft.SqlServer.Replication.DistributionArticle.ArticleID%2A> property cannot be changed for an existing publication.
The <xref:Microsoft.SqlServer.Replication.DistributionArticle.ArticleID%2A> property can only be retrieved by members of the db_owner
fixed database role on the distribution database.
The <xref:Microsoft.SqlServer.Replication.DistributionArticle.ArticleID%2A> property can only be set by members of the db_owner
fixed database role on the distribution database.