다음을 통해 공유


Parent.RelationshipType 속성

정의

Parent가 나타낸 멤버의 관계 유형을 가져오거나 설정합니다.

public:
 property Nullable<Microsoft::MasterDataServices::RelationshipType> RelationshipType { Nullable<Microsoft::MasterDataServices::RelationshipType> get(); void set(Nullable<Microsoft::MasterDataServices::RelationshipType> value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.RelationshipType? RelationshipType { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.RelationshipType : Nullable<Microsoft.MasterDataServices.RelationshipType> with get, set
Public Property RelationshipType As Nullable(Of RelationshipType)

속성 값

RelationshipType 값 중 하나입니다. 가능한 값은 Parent, Sibling 또는 All입니다.

특성

설명

관계는 만들기 또는 업데이트 작업에서 사용되는 경우 Parent 부모 관계뿐만 아니라 형제 관계일 수 있습니다.

적용 대상