다음을 통해 공유


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.

맨 위로 이동