MergePublication.MergeArticles 속성

Gets the existing articles in the merge publication.

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

구문

‘선언
Public ReadOnly Property MergeArticles As MergeArticleCollection 
    Get
‘사용 방법
Dim instance As MergePublication 
Dim value As MergeArticleCollection 

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

속성 값

유형: Microsoft.SqlServer.Replication.MergeArticleCollection
The collection of articles in the merge publication.

주의

A MergeArticle object in the collection can be accessed from MergeArticles using an [Int32] index value or using a [String] index that is the Name property of the article.

The MergeArticles property can be retrieved by members of the db_owner or replmonitor fixed database roles on the publication database or by members of the publication access list (PAL) for the publication.

Retrieving MergeArticles is equivalent to executing sp_helpmergepublication.

참고 항목

참조

MergePublication 클래스

Microsoft.SqlServer.Replication 네임스페이스