MemberKeyLookupType 열거형
Specifies the type of key supplied in a member lookup: the member code or internal integer ID.
네임스페이스: Microsoft.MasterDataServices.Services.DataContracts
어셈블리: Microsoft.MasterDataServices.Services(Microsoft.MasterDataServices.Services.dll)
구문
‘선언
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration MemberKeyLookupType
‘사용 방법
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
멤버
멤버 이름 | 설명 | |
---|---|---|
MemberCode | The Code of the member. | |
MemberId | The internal integer ID of the member. |