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.
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
ExtensionData | Gets or sets an object that contains extra data. |
![]() |
MemberCode | Gets or sets the code value of the member. |
![]() |
MemberId | Gets or sets the internal ID of the member. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
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.