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.