ParentChild 클래스

정의

계층 구조에서 부모-자녀 관계 기록을 지정합니다.

public ref class ParentChild : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="ParentChild", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ParentChild : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="ParentChild", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ParentChild = class
    inherit DataContractBase
Public Class ParentChild
Inherits DataContractBase
상속
ParentChild
특성

생성자

Name Description
ParentChild()

ParentChild 클래스의 새 인스턴스를 초기화합니다.

속성

Name Description
AttributeId

구성원을 자식과 연관 짓는 데 사용되는 속성의 식별자를 얻거나 설정합니다.

AuditInfo

이 노드 관계와 연관된 감사 정보를 얻거나 설정합니다.

Child

자식 멤버를 얻거나 설정합니다.

ChildEntityId

관계 힙의 자식 노드와 연관된 엔터티를 얻거나 설정합니다.

ChildPermission

자식 노드의 보안 권한을 받거나 설정합니다.

ExtensionData

추가 데이터가 포함된 구조를 가져오거나 설정합니다.

(다음에서 상속됨 DataContractBase)
NextRelationshipId

객체의 식별자를 얻거나 설정하여 항목과 자식 간의 관계를 정의합니다.

NextRelationshipType

항목이 자식과 어떻게 연결되는지 정의하는 계층 항목 유형을 얻거나 설정합니다.

Parent

부모 구성원을 얻거나 설정합니다.

ParentEntityId

관계의 부모 노드와 연관된 엔티티를 얻거나 설정합니다.

ParentPermission

상위 노드의 보안 권한을 받거나 설정합니다.

RelationshipId

노드를 다른 노드와 연결하는 관계 객체(엔터티, 속성, 또는 계층 구조)를 얻거나 설정합니다.

RelationshipType

관계를 이끄는 유형을 얻거나 정하는 것.

SortOrder

정렬 순서를 받거나 설정합니다.

Weight

부모와 자식 관계의 무게를 받거나 정합니다.

적용 대상