Partager via


MergeArticle Object

Cette fonctionnalité sera supprimée dans une prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement, et prévoyez de modifier les applications qui utilisent actuellement cette fonctionnalité.

The MergeArticle object represents a table published as part of a merge publication.

Modèle d'objet SQL-DMO qui affiche l'objet en cours

Properties

ArticleResolver Property

PreCreationMethod Property

ArticleType Property

ResolverInfo Property

ColumnTracking Property

SnapshotObjectName Property

ConflictTable Property

SnapshotObjectOwner Property

CreationScriptOptions Property

SourceObjectName Property

CreationScriptPath Property

SourceObjectOwner Property

ID Property

Status Property (MergeArticle)

Name Property

SubsetFilterClause Property

Methods

BeginAlter Method

Remove Method (Objects)

CancelAlter Method

Script Method (Replication Objects)

DoAlter Method

ScriptDestinationObject Method

Notes

With the MergeArticle object, you can:

  • Add an article to a merge publication.
  • Change the properties of an existing merge article.

To add an article (table) to a merge publication

  1. Create a new MergeArticle object.

  2. Set the Name property.

  3. Set the SourceObjectName property to the name of a table.

  4. Set the SourceObjectOwner property to the owner of the table.

  5. Add the MergeArticle object to the MergeArticles collection of a connected MergePublication object.

To alter an existing article (table) of an existing merge publication

  1. Get a MergeArticle object from the MergeArticles collection of a connected MergePublication object.

  2. Use the BeginAlter method to mark the beginning of the changes.

  3. Set the MergeArticle properties to reflect the changes to the article.

  4. Use the DoAlter method to submit the changes to Microsoft SQL Server.

ms135086.note(fr-fr,SQL.90).gifRemarque :
The MergeArticle object is compatible with instances of SQL Server versions 7.0 and later. However, the MergeArticle2 object extends the functionality of the MergeArticle object for use with features that were introduced in SQL Server 2000.

Voir aussi

Référence

MergeArticle2 Object

Aide et Informations

Assistance sur SQL Server 2005