指定されたメンバーの一覧から指定された属性値のセットを取得します。
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
Private Function EntityMemberAttributesGet ( _
request As EntityMemberAttributesGetRequest _
) As EntityMemberAttributesGetResponse Implements IService.EntityMemberAttributesGet
'使用
Dim instance As ServiceClient
Dim request As EntityMemberAttributesGetRequest
Dim returnValue As EntityMemberAttributesGetResponse
returnValue = CType(instance, IService).EntityMemberAttributesGet(request)
EntityMemberAttributesGetResponseIService.EntityMemberAttributesGet(
EntityMemberAttributesGetRequest request
)
private:
virtual EntityMemberAttributesGetResponse^ EntityMemberAttributesGet(
EntityMemberAttributesGetRequest^ request
) sealed = IService::EntityMemberAttributesGet
private abstract EntityMemberAttributesGet :
request:EntityMemberAttributesGetRequest -> EntityMemberAttributesGetResponse
private override EntityMemberAttributesGet :
request:EntityMemberAttributesGetRequest -> EntityMemberAttributesGetResponse
JScript は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- request
型: Microsoft.MasterDataServices.EntityMemberAttributesGetRequest
取得要求。
戻り値
型: Microsoft.MasterDataServices.EntityMemberAttributesGetResponse
操作の EntityMemberAttributesGetResponse。
実装
IService.EntityMemberAttributesGet(EntityMemberAttributesGetRequest)