Retrieves a single attribute value for a member in an entity.
命名空间: Microsoft.MasterDataServices
程序集: Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)
语法
声明
Public Function EntityMemberAttributesGet ( _
International As International, _
ByRef EntityMembers As EntityMembers _
) As OperationResult
用法
Dim instance As ServiceClient
Dim International As International
Dim EntityMembers As EntityMembers
Dim returnValue As OperationResult
returnValue = instance.EntityMemberAttributesGet(International, _
EntityMembers)
public OperationResult EntityMemberAttributesGet(
International International,
ref EntityMembers EntityMembers
)
public:
OperationResult^ EntityMemberAttributesGet(
International^ International,
EntityMembers^% EntityMembers
)
member EntityMemberAttributesGet :
International:International *
EntityMembers:EntityMembers byref -> OperationResult
public function EntityMemberAttributesGet(
International : International,
EntityMembers : EntityMembers
) : OperationResult
参数
- International
类型:Microsoft.MasterDataServices.International
The cultural settings.
- EntityMembers
类型:Microsoft.MasterDataServices.EntityMembers%
The collection of members in the entity, passed by reference.
返回值
类型:Microsoft.MasterDataServices.OperationResult
An OperationResult object that represents the result of the operation.