Classe Parent
Represents a consolidated node in a hierarchy.
Hiérarchie d'héritage
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.Parent
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
<DataContractAttribute(Name := "Parent", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class Parent _
Inherits DataContractBase
'Utilisation
Dim instance As Parent
[DataContractAttribute(Name = "Parent", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class Parent : DataContractBase
[DataContractAttribute(Name = L"Parent", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class Parent : public DataContractBase
[<DataContractAttribute(Name = "Parent", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Parent =
class
inherit DataContractBase
end
public class Parent extends DataContractBase
Le type Parent expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
Parent | Initializes a new instance of the Parent class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
ExtensionData | Gets or sets the structure that contains extra data. (hérité de DataContractBase.) | |
HierarchyId | Gets or sets the ID of the parent member’s explicit hierarchy. | |
ParentId | Gets or sets the member ID of the parent member in a hierarchy. | |
RelationshipType | Gets or sets the relationship type of the member that is represented by Parent. | |
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 | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
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.