MemberKeyLookupType Enum

Definition

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

public enum class MemberKeyLookupType
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum MemberKeyLookupType
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MemberKeyLookupType = 
Public Enum MemberKeyLookupType
Inheritance
MemberKeyLookupType
Attributes

Fields

MemberCode 0

Member code.

MemberId 1

Member identifier.

Remarks

The MemberKeyLookupType simple type specifies the type of key that is supplied in a member lookup: the member code or the internal integer identifier.

Applies to