PublicationArticle.ArticleType 属性

Gets or sets the source object type for the article.

命名空间:  Microsoft.SqlServer.Replication
程序集:  Microsoft.SqlServer.Rmo(在 Microsoft.SqlServer.Rmo.dll 中)

语法

声明
Public Property ArticleType As Integer 
    Get 
    Set
用法
Dim instance As PublicationArticle 
Dim value As Integer 

value = instance.ArticleType

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

属性值

类型:System.Int32
An Int32 value.

请参阅

参考

PublicationArticle 类

Microsoft.SqlServer.Replication 命名空间

Type