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.