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. |