MemberKeyLookupType-Enumeration
Specifies the type of key supplied in a member lookup: the member code or internal integer ID.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration MemberKeyLookupType
'Usage
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
Elemente
Elementname | Beschreibung | |
---|---|---|
MemberCode | The Code of the member. | |
MemberId | The internal integer ID of the member. |