ServiceClient.IService.EntityMemberAnnotationsGet メソッド

メンバーにアタッチされている注釈を取得します。

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)

構文

'宣言
Private Function EntityMemberAnnotationsGet ( _
    request As EntityMemberAnnotationsGetRequest _
) As EntityMemberAnnotationsGetResponse Implements IService.EntityMemberAnnotationsGet
'使用
Dim instance As ServiceClient
Dim request As EntityMemberAnnotationsGetRequest
Dim returnValue As EntityMemberAnnotationsGetResponse

returnValue = CType(instance, IService).EntityMemberAnnotationsGet(request)
EntityMemberAnnotationsGetResponseIService.EntityMemberAnnotationsGet(
    EntityMemberAnnotationsGetRequest request
)
private:
virtual EntityMemberAnnotationsGetResponse^ EntityMemberAnnotationsGet(
    EntityMemberAnnotationsGetRequest^ request
) sealed = IService::EntityMemberAnnotationsGet
private abstract EntityMemberAnnotationsGet : 
        request:EntityMemberAnnotationsGetRequest -> EntityMemberAnnotationsGetResponse 
private override EntityMemberAnnotationsGet : 
        request:EntityMemberAnnotationsGetRequest -> EntityMemberAnnotationsGetResponse
JScript は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

戻り値

型: Microsoft.MasterDataServices.EntityMemberAnnotationsGetResponse
操作の EntityMemberAnnotationsGetResponse

実装

IService.EntityMemberAnnotationsGet(EntityMemberAnnotationsGetRequest)

関連項目

参照

ServiceClient クラス

Microsoft.MasterDataServices 名前空間