Partager via


Classe MemberIdentifier

Specifies a set of IDs for a master data member, including the code and name of the member and the MemberType.

Hiérarchie d'héritage

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.Identifier
      Microsoft.MasterDataServices.MemberIdentifier

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataContractAttribute(Name := "MemberIdentifier", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class MemberIdentifier _
    Inherits Identifier
'Utilisation
Dim instance As MemberIdentifier
[DataContractAttribute(Name = "MemberIdentifier", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class MemberIdentifier : Identifier
[DataContractAttribute(Name = L"MemberIdentifier", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class MemberIdentifier : public Identifier
[<DataContractAttribute(Name = "MemberIdentifier", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MemberIdentifier =  
    class
        inherit Identifier
    end
public class MemberIdentifier extends Identifier

Le type MemberIdentifier expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique MemberIdentifier Initializes a new instance of the MemberIdentifier class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Code Gets or sets the user key of the master data member that is unique within the context of the entity.
Propriété publique ExtensionData Gets or sets the structure that contains extra data. (hérité de DataContractBase.)
Propriété publique Id Gets or sets the ID. (hérité de Identifier.)
Propriété publique InternalId Gets or sets the internal integer ID. (hérité de Identifier.)
Propriété publique MemberType Gets or sets the member type.
Propriété publique Name Gets or sets the name. (hérité de Identifier.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.MasterDataServices