Partager via


Énumération MemberKeyLookupType

Specifies the type of key supplied in a member lookup: the member code or internal integer ID.

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

Syntaxe

'Déclaration
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration MemberKeyLookupType
'Utilisation
Dim instance As MemberKeyLookupType
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum MemberKeyLookupType
[DataContractAttribute(Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class MemberKeyLookupType
[<DataContractAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MemberKeyLookupType
public enum MemberKeyLookupType

Membres

Nom de membre Description
MemberCode The Code of the member.
MemberId The internal integer ID of the member.