다음을 통해 공유


ParentChild.NextRelationshipType 속성

Gets or sets the hierarchy item type that defines how an item relates to its children.

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)

구문

‘선언
<DataMemberAttribute> _
Public Property NextRelationshipType As HierarchyItemType 
    Get 
    Set
‘사용 방법
Dim instance As ParentChild 
Dim value As HierarchyItemType 

value = instance.NextRelationshipType

instance.NextRelationshipType = value
[DataMemberAttribute]
public HierarchyItemType NextRelationshipType { get; set; }
[DataMemberAttribute]
public:
property HierarchyItemType NextRelationshipType {
    HierarchyItemType get ();
    void set (HierarchyItemType value);
}
[<DataMemberAttribute>]
member NextRelationshipType : HierarchyItemType with get, set
function get NextRelationshipType () : HierarchyItemType 
function set NextRelationshipType (value : HierarchyItemType)

속성 값

유형: Microsoft.MasterDataServices.Services.DataContracts.HierarchyItemType
The hierarchy item type that defines how an item relates to its children.

참고 항목

참조

ParentChild 클래스

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스