Identifier Class
SQL Server 2012
Represents an identifier.
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.Identifier
Microsoft.MasterDataServices.MemberIdentifier
Microsoft.MasterDataServices.ModelContextIdentifier
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.Identifier
Microsoft.MasterDataServices.MemberIdentifier
Microsoft.MasterDataServices.ModelContextIdentifier
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
[KnownTypeAttribute(typeof(MemberTypeContextIdentifier))] [KnownTypeAttribute(typeof(DerivedHierarchyContextIdentifier))] [KnownTypeAttribute(typeof(ModelContextIdentifier))] [KnownTypeAttribute(typeof(EntityContextIdentifier))] [DataContractAttribute(Name = "Identifier", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")] [KnownTypeAttribute(typeof(MemberAttributeIdentifier))] [KnownTypeAttribute(typeof(MemberIdentifier))] public class Identifier : DataContractBase
The Identifier type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ExtensionData | Gets or sets the structure that contains extra data. (Inherited from DataContractBase.) |
![]() | Id | Gets or sets the ID. |
![]() | InternalId | Gets or sets the internal integer ID. |
![]() | Name | Gets or sets the name. |

