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
參數
- 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.