다음을 통해 공유


Parent.HierarchyId 속성

Gets or sets the identifier of the parent member’s explicit hierarchy.

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

구문

‘선언
<DataMemberAttribute> _
Public Property HierarchyId As Identifier 
    Get 
    Set
‘사용 방법
Dim instance As Parent 
Dim value As Identifier 

value = instance.HierarchyId

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

속성 값

유형: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The identifier of the parent member’s explicit hierarchy.

참고 항목

참조

Parent 클래스

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