다음을 통해 공유


DistributionArticle.ArticleId 속성

Gets or sets the ID value for the article.

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Rmo(Microsoft.SqlServer.Rmo.dll)

구문

‘선언
Public Property ArticleId As Integer 
    Get 
    Set
‘사용 방법
Dim instance As DistributionArticle 
Dim value As Integer 

value = instance.ArticleId

instance.ArticleId = value
public int ArticleId { get; set; }
public:
property int ArticleId {
    int get ();
    void set (int value);
}
member ArticleId : int with get, set
function get ArticleId () : int 
function set ArticleId (value : int)

속성 값

유형: System.Int32
An Int32 value.

주의

The ArticleID property cannot be changed for an existing publication.

The ArticleID property can only be retrieved by members of the db_owner fixed database role on the distribution database.

The ArticleID property can only be set by members of the db_owner fixed database role on the distribution database.

참고 항목

참조

DistributionArticle 클래스

Microsoft.SqlServer.Replication 네임스페이스