ServiceClient.EntityMemberKeyLookup 메서드
이 기능은 다음 버전의 Microsoft SQL Server에서 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 말고, 현재 이 기능을 사용하는 응용 프로그램은 가능한 한 빨리 수정하십시오.
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)
구문
‘선언
Public Function EntityMemberKeyLookup ( _
International As International, _
EntityId As Identifier, _
LookupType As MemberKeyLookupType, _
ByRef MemberKeys As Collection(Of MemberKey), _
MemberType As MemberType, _
ModelId As Identifier, _
VersionId As Identifier _
) As OperationResult
‘사용 방법
Dim instance As ServiceClient
Dim International As International
Dim EntityId As Identifier
Dim LookupType As MemberKeyLookupType
Dim MemberKeys As Collection(Of MemberKey)
Dim MemberType As MemberType
Dim ModelId As Identifier
Dim VersionId As Identifier
Dim returnValue As OperationResult
returnValue = instance.EntityMemberKeyLookup(International, _
EntityId, LookupType, MemberKeys, _
MemberType, ModelId, VersionId)
public OperationResult EntityMemberKeyLookup(
International International,
Identifier EntityId,
MemberKeyLookupType LookupType,
ref Collection<MemberKey> MemberKeys,
MemberType MemberType,
Identifier ModelId,
Identifier VersionId
)
public:
OperationResult^ EntityMemberKeyLookup(
International^ International,
Identifier^ EntityId,
MemberKeyLookupType LookupType,
Collection<MemberKey^>^% MemberKeys,
MemberType MemberType,
Identifier^ ModelId,
Identifier^ VersionId
)
member EntityMemberKeyLookup :
International:International *
EntityId:Identifier *
LookupType:MemberKeyLookupType *
MemberKeys:Collection<MemberKey> byref *
MemberType:MemberType *
ModelId:Identifier *
VersionId:Identifier -> OperationResult
public function EntityMemberKeyLookup(
International : International,
EntityId : Identifier,
LookupType : MemberKeyLookupType,
MemberKeys : Collection<MemberKey>,
MemberType : MemberType,
ModelId : Identifier,
VersionId : Identifier
) : OperationResult
매개 변수
- International
유형: Microsoft.MasterDataServices.International
The cultural settings.
- EntityId
유형: Microsoft.MasterDataServices.Identifier
The entity identifier.
- LookupType
유형: Microsoft.MasterDataServices.MemberKeyLookupType
The member key lookup type.
- MemberKeys
유형: System.Collections.ObjectModel.Collection<MemberKey>%
The collection of member keys that contains a member code, a member identifier, or both, passed by reference.
- MemberType
유형: Microsoft.MasterDataServices.MemberType
The member type.
- ModelId
유형: Microsoft.MasterDataServices.Identifier
The model identifier.
- VersionId
유형: Microsoft.MasterDataServices.Identifier
The model version identifier.
반환 값
유형: Microsoft.MasterDataServices.OperationResult
An OperationResult object that represents the result of the operation.