ServiceClient.EntityMemberKeyLookup 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
下一版本的 Microsoft SQL Server 将删除该功能。 请不要在新的开发工作中使用该功能,并尽快修改当前还在使用该功能的应用程序。
public:
Microsoft::MasterDataServices::OperationResult ^ EntityMemberKeyLookup(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::Identifier ^ EntityId, Microsoft::MasterDataServices::MemberKeyLookupType LookupType, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::MemberKey ^> ^ % MemberKeys, Microsoft::MasterDataServices::MemberType MemberType, Microsoft::MasterDataServices::Identifier ^ ModelId, Microsoft::MasterDataServices::Identifier ^ VersionId);
public Microsoft.MasterDataServices.OperationResult EntityMemberKeyLookup (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.Identifier EntityId, Microsoft.MasterDataServices.MemberKeyLookupType LookupType, ref System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.MemberKey> MemberKeys, Microsoft.MasterDataServices.MemberType MemberType, Microsoft.MasterDataServices.Identifier ModelId, Microsoft.MasterDataServices.Identifier VersionId);
member this.EntityMemberKeyLookup : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.Identifier * Microsoft.MasterDataServices.MemberKeyLookupType * Collection * Microsoft.MasterDataServices.MemberType * Microsoft.MasterDataServices.Identifier * Microsoft.MasterDataServices.Identifier -> Microsoft.MasterDataServices.OperationResult
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
参数
- International
- International
区域性设置。
- EntityId
- Identifier
实体标识符。
- LookupType
- MemberKeyLookupType
成员键查找类型。
- MemberKeys
- Collection<MemberKey>
由引用传递的包含成员代码和/或成员标识符的成员键的集合。
- MemberType
- MemberType
成员类型。
- ModelId
- Identifier
模型标识符。
- VersionId
- Identifier
模型版本标识符。
返回
一个表示操作结果的 OperationResult 对象。