MemberKeyLookupType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
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.