共用方式為


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 命名空間