共用方式為


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