MergeJoinFilter 成員

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

MergeJoinFilter 型別公開下列成員。

建構函式

  名稱 描述
公用方法 MergeJoinFilter Create a new instance of the MergeJoinFilter class.

頂端

方法

  名稱 描述
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

頂端

屬性

  名稱 描述
公用屬性 ArticleName Gets or sets the name of the child article filtered by the join filter.
公用屬性 BaseTableName Gets or sets the name of the table object against which the article is filtered.
公用屬性 BaseTableOwner Gets or sets the owner of the table object against which the article is filtered.
公用屬性 FilterName Gets or sets the name of the merge article join filter.
公用屬性 FilterTypes Gets or sets the type of merge join filter.
公用屬性 JoinArticleName Gets or sets the name of the parent article to which the filtered article is joined.
公用屬性 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.
公用屬性 JoinFilterId Gets or sets the ID of the join filter or logical record relationship.
公用屬性 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.
公用屬性 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.
公用屬性 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.
公用屬性 UserData Gets or sets a property that allows users to attach their own data to this object.

頂端