Identifier Class
A globally unique identifier (GUID) that is attached to all system tables within the MDS database.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::Identifier
Microsoft.MasterDataServices.Services.DataContracts::MemberIdentifier
Microsoft.MasterDataServices.Services.DataContracts::ModelContextIdentifier
[SerializableAttribute] [KnownTypeAttribute((MemberAttributeIdentifier^::typeid))] [KnownTypeAttribute((ModelContextIdentifier^::typeid))] [KnownTypeAttribute((MemberTypeContextIdentifier^::typeid))] [KnownTypeAttribute((MemberIdentifier^::typeid))] [KnownTypeAttribute((EntityContextIdentifier^::typeid))] [KnownTypeAttribute((DerivedHierarchyContextIdentifier^::typeid))] [DataContractAttribute(Name = "Identifier", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")] public ref class Identifier : DataContractBase
| Name | Description | |
|---|---|---|
![]() | Identifier() | Initializes a new instance of the Identifier class. |
| Name | Description | |
|---|---|---|
![]() | Id | Gets or sets the identifier Guid. |
![]() | InternalId | Gets or sets the internal integer Id. |
![]() | Name | Gets or sets the name. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetProperty<T>(T%, T, String^, Boolean) | Changes the property to the given value. Returns whether the new value is different from the old value. (Inherited from DataContractBase.) |
![]() | ToString() | (Inherited from Object.) |
The Identifier complex type specifies a set of identifiers for a master data model object, including a GUID and unique name within context.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


