IService.EntityMemberAttributesGet(EntityMemberAttributesGetRequest) Methode

Definition

Ruft eine festgelegte Menge von Attributwerten aus einer festgelegten Liste von Mitgliedern ab.

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

Parameter

request
EntityMemberAttributesGetRequest

Die Anforderung.

Gibt zurück

Attribute

Hinweise

Die Operation EntityMemberAttributesGet(EntityMemberAttributesGetRequest) ruft eine bestimmte Menge von Attributwerten aus einer bestimmten Liste von Mitgliedern ab. Diese Operation ist nützlich, um Dateiinhalte aus Dateiattributen abzurufen; EntityMembersGet(EntityMembersGetRequest) gibt diese Inhalte nicht zurück.

Gilt für: