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.
Contains values that specify the type of key supplied in a member lookup.
public enum class MemberKeyLookupType
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContract(Name="MemberKeyLookupType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum MemberKeyLookupType
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Runtime.Serialization.DataContract(Name="MemberKeyLookupType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MemberKeyLookupType =
Public Enum MemberKeyLookupType
- Inheritance
-
MemberKeyLookupType
- Attributes
Fields
Name | Value | Description |
---|---|---|
MemberCode | 0 | The code of the member. |
MemberId | 1 | The internal integer ID of the member. |