IService.EntityMemberAttributesGet(EntityMemberAttributesGetRequest) Methode

Definition

Ruft einen angegebenen Satz von Attributwerten aus einer angegebenen Liste von Elementen 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

Der EntityMemberAttributesGet(EntityMemberAttributesGetRequest) Vorgang ruft einen angegebenen Satz von Attributwerten aus einer bestimmten Liste von Elementen ab. Dieser Vorgang ist nützlich, um den Dateiinhalt aus Dateiattributen abzurufen. EntityMembersGet(EntityMembersGetRequest) gibt diese Inhalte nicht zurück.

Gilt für: