Compartir a través de


MergePublication.MergeArticles Property

Gets the existing articles in the merge publication.

Espacio de nombres: Microsoft.SqlServer.Replication
Ensamblado: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)

Sintaxis

'Declaración
Public ReadOnly Property MergeArticles As MergeArticleCollection
public MergeArticleCollection MergeArticles { get; }
public:
property MergeArticleCollection^ MergeArticles {
    MergeArticleCollection^ get ();
}
/** @property */
public MergeArticleCollection get_MergeArticles ()
public function get MergeArticles () : MergeArticleCollection

Valor de propiedad

A MergeArticleCollection object.

Notas

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.

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

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

MergePublication Class
MergePublication Members
Microsoft.SqlServer.Replication Namespace