다음을 통해 공유


HierarchyMembersGetCriteria.ParentMember 속성

Gets or sets the member code for which the children are being retrieved.

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

구문

‘선언
<DataMemberAttribute> _
Public Property ParentMember As String
    Get
    Set
‘사용 방법
Dim instance As HierarchyMembersGetCriteria
Dim value As String

value = instance.ParentMember

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

속성 값

유형: System.String
A string that represents the member code.

주의

The ParentMember is not required.

If ParentMember is nullnull 참조(Visual Basic에서는 Nothing) and RowLimit is specified, the nth children of Root is retrieved.

If ParentMember is nullnull 참조(Visual Basic에서는 Nothing) and RowLimit is nullnull 참조(Visual Basic에서는 Nothing), then the entire hierarchy is retrieved.

If this is the reserved word of MDMUNUSED, then the members in the non-mandatory hierarchy are retrieved.

참고 항목

참조

HierarchyMembersGetCriteria 클래스

Microsoft.MasterDataServices 네임스페이스