다음을 통해 공유


ParentChild.NextRelationshipId 속성

Gets or sets the identifier for the object that defines the relationship between an item and its children.

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

구문

‘선언
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property NextRelationshipId As Identifier 
    Get 
    Set
‘사용 방법
Dim instance As ParentChild 
Dim value As Identifier 

value = instance.NextRelationshipId

instance.NextRelationshipId = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Identifier NextRelationshipId { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Identifier^ NextRelationshipId {
    Identifier^ get ();
    void set (Identifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member NextRelationshipId : Identifier with get, set
function get NextRelationshipId () : Identifier 
function set NextRelationshipId (value : Identifier)

속성 값

유형: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The identifier for the object that defines the relationship between an item and its children.

주의

NextRelationshipId can represent an entity, an attribute, or a hierarchy and it is specified by NextRelationshipType.

참고 항목

참조

ParentChild 클래스

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