MergeJoinFilter Members

Represents a join filter or logical record relationship between to merge articles.

The following tables list the members exposed by the MergeJoinFilter type.

Public Constructors

  Nom Description
MergeJoinFilter Create a new instance of the MergeJoinFilter class.

Haut de la page

Public Properties

  Nom Description
ms156428.pubproperty(fr-fr,SQL.90).gif ArticleName Gets or sets the name of the child article filtered by the join filter.
ms156428.pubproperty(fr-fr,SQL.90).gif BaseTableName Gets or sets the name of the table object against which the article is filtered.
ms156428.pubproperty(fr-fr,SQL.90).gif BaseTableOwner Gets or sets the owner of the table object against which the article is filtered.
ms156428.pubproperty(fr-fr,SQL.90).gif FilterName Gets or sets the name of the merge article join filter.
ms156428.pubproperty(fr-fr,SQL.90).gif FilterTypes Gets or sets the type of merge join filter.
ms156428.pubproperty(fr-fr,SQL.90).gif JoinArticleName Gets or sets the name of the parent article to which the filtered article is joined.
ms156428.pubproperty(fr-fr,SQL.90).gif JoinFilterClause Gets or sets the clause that joins the child article, specified by ArticleName, to the parent article, specified by JoinArticleName, to filter the child article.
ms156428.pubproperty(fr-fr,SQL.90).gif JoinFilterId Gets or sets the ID of the join filter or logical record relationship.
ms156428.pubproperty(fr-fr,SQL.90).gif JoinTableName Gets or sets the name of the source table for the child article that is joined to the base table for the parent article.
ms156428.pubproperty(fr-fr,SQL.90).gif JoinTableOwner Gets or sets the owner of the source table for the child article that is joined to the base table for the parent article.
ms156428.pubproperty(fr-fr,SQL.90).gif JoinUniqueKey Gets or sets whether the join between the child article, specified by ArticleName, and the parent article, specified by JoinArticleName, is one-to-many, one-to-one, many-to-one, or many-to-many.
ms156428.pubproperty(fr-fr,SQL.90).gif UserData Gets or sets a property that allows users to attach their own data to this object.

Haut de la page

Public Methods

(see also Protected Methods )

  Nom Description
ms156428.pubmethod(fr-fr,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms156428.pubmethod(fr-fr,SQL.90).gif GetHashCode  (inherited from Object )
ms156428.pubmethod(fr-fr,SQL.90).gif GetType  (inherited from Object )
ms156428.pubmethod(fr-fr,SQL.90).gifms156428.static(fr-fr,SQL.90).gif ReferenceEquals  (inherited from Object )
ms156428.pubmethod(fr-fr,SQL.90).gif ToString  (inherited from Object )

Haut de la page

Protected Methods

  Nom Description
ms156428.protmethod(fr-fr,SQL.90).gif Finalize  (inherited from Object )
ms156428.protmethod(fr-fr,SQL.90).gif MemberwiseClone  (inherited from Object )

Haut de la page

Voir aussi

Référence

MergeJoinFilter Class
Microsoft.SqlServer.Replication Namespace
MergeArticle.AddMergeJoinFilter Method
MergeArticle.ChangeMergeJoinFilter Method
MergeArticle.ScriptMergeJoinFilter Method

Autres ressources

How to: Define an Article (RMO Programming)