Condividi tramite


Classe MemberKey

Holds either the member code, the internal ID, or both for a member.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.MasterDataServices..::..MemberKey

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<DataContractAttribute(Name := "MemberKey", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class MemberKey _
    Implements IExtensibleDataObject
'Utilizzo
Dim instance As MemberKey
[DataContractAttribute(Name = "MemberKey", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class MemberKey : IExtensibleDataObject
[DataContractAttribute(Name = L"MemberKey", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class MemberKey : IExtensibleDataObject
[<DataContractAttribute(Name = "MemberKey", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MemberKey =  
    class
        interface IExtensibleDataObject
    end
public class MemberKey implements IExtensibleDataObject

Nel tipo MemberKey sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico MemberKey Initializes a new instance of the MemberKey class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica ExtensionData Gets or sets an object that contains extra data.
Proprietà pubblica MemberCode Gets or sets the code value of the member.
Proprietà pubblica MemberId Gets or sets the internal ID of the member.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.