MdmDataContractOfDerivedHierarchyContextIdentifier Class
Provides data contracts that define audit information, security permission, and identifier of derived hierarchy.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Microsoft.MasterDataServices::DataContractBase
Microsoft.MasterDataServices::MdmDataContractOfDerivedHierarchyContextIdentifier
Microsoft.MasterDataServices::DerivedHierarchyLevel
[DataContractAttribute(Name = "MdmDataContractOfDerivedHierarchyContextIdentifier", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")] [KnownTypeAttribute((DerivedHierarchyLevel^::typeid))] public ref class MdmDataContractOfDerivedHierarchyContextIdentifier : DataContractBase
| Name | Description | |
|---|---|---|
![]() | MdmDataContractOfDerivedHierarchyContextIdentifier() | Initializes a new instance of the T:Microsoft.MasterDataServices. MdmDataContractOfDerivedHierarchyContextIdentifier class. |
| Name | Description | |
|---|---|---|
![]() | AuditInfo | Gets or sets audit information. |
![]() | ExtensionData | Gets or sets the structure that contains extra data.(Inherited from DataContractBase.) |
![]() | Identifier | Gets or sets the ID of MDM data contract of a derived hierarchy. |
![]() | Permission | Gets or sets a security permission. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


