ServiceClient.IService.EntityMemberAttributesGet Method (EntityMemberAttributesGetRequest)

 

Applies To: SQL Server 2016 Preview

Retrieves the specified set of attribute values from a specified list of members.

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

Syntax

EntityMemberAttributesGetResponse IService.EntityMemberAttributesGet(
    EntityMemberAttributesGetRequest request
)
private:
virtual EntityMemberAttributesGetResponse^ EntityMemberAttributesGet(
    EntityMemberAttributesGetRequest^ request
) sealed = IService::EntityMemberAttributesGet
private abstract EntityMemberAttributesGet : 
        request:EntityMemberAttributesGetRequest -> EntityMemberAttributesGetResponse
private override EntityMemberAttributesGet : 
        request:EntityMemberAttributesGetRequest -> EntityMemberAttributesGetResponse
Private Function EntityMemberAttributesGet (
    request As EntityMemberAttributesGetRequest
) As EntityMemberAttributesGetResponse
    Implements IService.EntityMemberAttributesGet

Parameters

Return Value

Type: Microsoft.MasterDataServices.EntityMemberAttributesGetResponse

The EntityMemberAttributesGetResponse for the operation.

Implements

IService.EntityMemberAttributesGet(EntityMemberAttributesGetRequest)

See Also

ServiceClient Class
Microsoft.MasterDataServices Namespace

Return to top