次の方法で共有


EntityMemberAttributesGet メソッド

指定されたメンバーの一覧から指定された属性値のセットを取得します。

名前空間:  Microsoft.MasterDataServices.Services.ServiceContracts
アセンブリ:  Microsoft.MasterDataServices.Services (Microsoft.MasterDataServices.Services.dll)

構文

'宣言
<OperationContractAttribute> _
Function EntityMemberAttributesGet ( _
    request As EntityMemberAttributesGetRequest _
) As EntityMemberAttributesGetResponse
'使用
Dim instance As IService
Dim request As EntityMemberAttributesGetRequest
Dim returnValue As EntityMemberAttributesGetResponse

returnValue = instance.EntityMemberAttributesGet(request)
[OperationContractAttribute]
EntityMemberAttributesGetResponse EntityMemberAttributesGet(
    EntityMemberAttributesGetRequest request
)
[OperationContractAttribute]
EntityMemberAttributesGetResponse^ EntityMemberAttributesGet(
    EntityMemberAttributesGetRequest^ request
)
[<OperationContractAttribute>]
abstract EntityMemberAttributesGet : 
        request:EntityMemberAttributesGetRequest -> EntityMemberAttributesGetResponse 
function EntityMemberAttributesGet(
    request : EntityMemberAttributesGetRequest
) : EntityMemberAttributesGetResponse