ServiceClient.EntityMemberAttributesGet 方法

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

参数

返回值

类型:Microsoft.MasterDataServices.OperationResult
An OperationResult object that represents the result of the operation.

请参阅

参考

ServiceClient 类

Microsoft.MasterDataServices 命名空间