다음을 통해 공유


ArticleType 속성

Gets or sets the source object type for the article.

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

구문

‘선언
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.

주의

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.