Свойство 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