DistributionArticle.ArticleId Property

Definition

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.

Applies to