ServiceClient.EntityMemberAttributesGet Method (International, EntityMembers)

 

Applies To: SQL Server 2016 Preview

Retrieves a single attribute value for a member in an entity.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

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 As International,
    ByRef EntityMembers As EntityMembers
) As OperationResult

Parameters

Return Value

Type: Microsoft.MasterDataServices.OperationResult

An OperationResult object that represents the result of the operation.

See Also

ServiceClient Class
Microsoft.MasterDataServices Namespace

Return to top