다음을 통해 공유


EntityMembersGetCriteria.ParentEntityId 속성

Gets or sets the globally unique identifier (GUID) or the exact name of the parent member entity.

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

구문

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

value = instance.ParentEntityId

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

속성 값

유형: Microsoft.MasterDataServices.Identifier
A new instance of type Identifier.

주의

ParentEntityId is required for derived hierarchies only and is ignored for explicit hierarchies and collections.

참고 항목

참조

EntityMembersGetCriteria 클래스

Microsoft.MasterDataServices 네임스페이스