言語

IService.EntityMemberAttributesGet(EntityMemberAttributesGetRequest) メソッド

定義

指定されたメンバーリストから指定された属性値の集合を取得します。

public:
 Microsoft::MasterDataServices::Services::MessageContracts::EntityMemberAttributesGetResponse ^ EntityMemberAttributesGet(Microsoft::MasterDataServices::Services::MessageContracts::EntityMemberAttributesGetRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))]
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))]
[System.ServiceModel.OperationContract]
public Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAttributesGetResponse EntityMemberAttributesGet(Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAttributesGetRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member EntityMemberAttributesGet : Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAttributesGetRequest -> Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAttributesGetResponse
Public Function EntityMemberAttributesGet (request As EntityMemberAttributesGetRequest) As EntityMemberAttributesGetResponse

パラメーター

返品

属性

注釈

EntityMemberAttributesGet(EntityMemberAttributesGetRequest)操作は特定のメンバーリストから指定された属性値の集合を取得します。 この操作はファイル属性からファイル内容を取得する際に有用です。 EntityMembersGet(EntityMembersGetRequest) はこれらの内容を返却しません。

適用対象