Compartilhar via


Membros MergeJoinFilter

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

O tipo MergeJoinFilter expõe os seguintes membros.

Construtores

  Nome Descrição
Método público MergeJoinFilter Create a new instance of the MergeJoinFilter class.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Propriedades

  Nome Descrição
Propriedade pública ArticleName Gets or sets the name of the child article filtered by the join filter.
Propriedade pública BaseTableName Gets or sets the name of the table object against which the article is filtered.
Propriedade pública BaseTableOwner Gets or sets the owner of the table object against which the article is filtered.
Propriedade pública FilterName Gets or sets the name of the merge article join filter.
Propriedade pública FilterTypes Gets or sets the type of merge join filter.
Propriedade pública JoinArticleName Gets or sets the name of the parent article to which the filtered article is joined.
Propriedade pública 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.
Propriedade pública JoinFilterId Gets or sets the ID of the join filter or logical record relationship.
Propriedade pública 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.
Propriedade pública 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.
Propriedade pública 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.
Propriedade pública UserData Gets or sets a property that allows users to attach their own data to this object.

Início