Condividi tramite


Classe Parent

Represents a consolidated node in a hierarchy.

Gerarchia di ereditarietà

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.Parent

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<DataContractAttribute(Name := "Parent", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class Parent _
    Inherits DataContractBase
'Utilizzo
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

Nel tipo Parent sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico Parent Initializes a new instance of the Parent class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica ExtensionData Gets or sets the structure that contains extra data. Ereditato da DataContractBase.
Proprietà pubblica HierarchyId Gets or sets the ID of the parent member’s explicit hierarchy.
Proprietà pubblica ParentId Gets or sets the member ID of the parent member in a hierarchy.
Proprietà pubblica RelationshipType Gets or sets the relationship type of the member that is represented by Parent.
Proprietà pubblica SortOrder Gets or sets an integer value that represents the sort order for the member within the hierarchy / parent.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.MasterDataServices