Partager via


Classe Parent

Represents a member that is a parent (or sometimes a prior sibling) of another master data member within an explicit hierarchy.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts..::..Parent

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)

Syntaxe

'Déclaration
<DataContractAttribute(Name := "Parent", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class Parent
'Utilisation
Dim instance As Parent
[DataContractAttribute(Name = "Parent", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class Parent
[DataContractAttribute(Name = L"Parent", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class Parent
[<DataContractAttribute(Name = "Parent", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Parent =  class end
public class Parent

Le type Parent expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique Parent Initializes a new instance of the Parent class.

Haut de la page

Propriétés

  Nom Description
Propriété publique HierarchyId Gets or sets the Identifier of the parent member’s explicit hierarchy.
Propriété publique ParentId Gets or sets the MemberIdentifier of the parent member in a hierarchy.
Propriété publique RelationshipType Gets or sets the RelationshipType of the member represented by Parent. The relationship can be a sibling relationship as well as a parent relationship when Parent is used in a create or update operation.
Propriété publique SortOrder Gets or sets an integer value that represents the sort order for the member within the hierarchy / parent.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.