Compartir a través de


HierarchyMembersGetCriteria.ParentMember Propiedad

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

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property ParentMember As String
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
A string that represents the member code.

Comentarios

The ParentMember is not required.

If ParentMember is nulles una referencia NULL (Nothing en Visual Basic). and RowLimit is specified, the nth children of Root is retrieved.

If ParentMember is nulles una referencia NULL (Nothing en Visual Basic). and RowLimit is nulles una referencia NULL (Nothing en Visual Basic)., then the entire hierarchy is retrieved.

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

Vea también

Referencia

HierarchyMembersGetCriteria Clase

Espacio de nombres Microsoft.MasterDataServices