次の方法で共有


ServiceClient.IService.EntityMemberAttributesGet メソッド

定義

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

 virtual Microsoft::MasterDataServices::EntityMemberAttributesGetResponse ^ Microsoft.MasterDataServices.IService.EntityMemberAttributesGet(Microsoft::MasterDataServices::EntityMemberAttributesGetRequest ^ request) = Microsoft::MasterDataServices::IService::EntityMemberAttributesGet;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.EntityMemberAttributesGetResponse IService.EntityMemberAttributesGet (Microsoft.MasterDataServices.EntityMemberAttributesGetRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.EntityMemberAttributesGet : Microsoft.MasterDataServices.EntityMemberAttributesGetRequest -> Microsoft.MasterDataServices.EntityMemberAttributesGetResponse
override this.Microsoft.MasterDataServices.IService.EntityMemberAttributesGet : Microsoft.MasterDataServices.EntityMemberAttributesGetRequest -> Microsoft.MasterDataServices.EntityMemberAttributesGetResponse
Function EntityMemberAttributesGet (request As EntityMemberAttributesGetRequest) As EntityMemberAttributesGetResponse Implements IService.EntityMemberAttributesGet

パラメーター

request
EntityMemberAttributesGetRequest

取得要求。

戻り値

操作の EntityMemberAttributesGetResponse

実装

属性

適用対象