ExplicitHierarchy-Klasse
Represents a parent–child relationship that requires all leaf members to be expressed once and only once.
Vererbungshierarchie
System. . :: . .Object
Microsoft.MasterDataServices.Services.DataContracts. . :: . .MdmDataContract< (Of < ( <'EntityContextIdentifier> ) > ) >
Microsoft.MasterDataServices.Services.DataContracts..::..ExplicitHierarchy
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "ExplicitHierarchy", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class ExplicitHierarchy _
Inherits MdmDataContract(Of EntityContextIdentifier)
'Usage
Dim instance As ExplicitHierarchy
[DataContractAttribute(Name = "ExplicitHierarchy", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class ExplicitHierarchy : MdmDataContract<EntityContextIdentifier>
[DataContractAttribute(Name = L"ExplicitHierarchy", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class ExplicitHierarchy sealed : public MdmDataContract<EntityContextIdentifier^>
[<SealedAttribute>]
[<DataContractAttribute(Name = "ExplicitHierarchy", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ExplicitHierarchy =
class
inherit MdmDataContract<EntityContextIdentifier>
end
public final class ExplicitHierarchy extends MdmDataContract<EntityContextIdentifier>
Der ExplicitHierarchy-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
ExplicitHierarchy | Initializes a new instance of the ExplicitHierarchy class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
AuditInfo | Gets or sets the AuditInfo. (Geerbt von MdmDataContract< (Of < ( <'IdType> ) > ) >.) | |
Identifier | Gets or sets the ID. (Geerbt von MdmDataContract< (Of < ( <'IdType> ) > ) >.) | |
Permission | Gets or sets the permission. (Geerbt von MdmDataContract< (Of < ( <'IdType> ) > ) >.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Felder
Name | Beschreibung | |
---|---|---|
FullyQualifiedName | Fully-qualified name for the hierarchy. | |
IsMandatory | Indicates whether all leaf members are required in the hierarchy. Non-mandatory entities create a special parent member called "unused" that initially hold all leaf members. |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.