TransPublication.TransArticles 속성

Represents the articles in the publication.

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

구문

‘선언
Public ReadOnly Property TransArticles As TransArticleCollection 
    Get
‘사용 방법
Dim instance As TransPublication 
Dim value As TransArticleCollection 

value = instance.TransArticles
public TransArticleCollection TransArticles { get; }
public:
property TransArticleCollection^ TransArticles {
    TransArticleCollection^ get ();
}
member TransArticles : TransArticleCollection
function get TransArticles () : TransArticleCollection

속성 값

유형: Microsoft.SqlServer.Replication.TransArticleCollection
A TransArticleCollection object.

주의

The TransArticles property can only be retrieved by members of the sysadmin fixed server role at the Publisher, by members of the db_owner fixed database role on the publication database, or by users in the publication access list (PAL).

Retrieving the TransArticles property is equivalent to executing sp_helparticle.

참고 항목

참조

TransPublication 클래스

Microsoft.SqlServer.Replication 네임스페이스