次の方法で共有


EntityMemberAnnotationsGet メソッド

メンバーに付いている注釈を取得します。

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

構文

'宣言
<OperationContractAttribute> _
Function EntityMemberAnnotationsGet ( _
    request As EntityMemberAnnotationsGetRequest _
) As EntityMemberAnnotationsGetResponse
'使用
Dim instance As IService
Dim request As EntityMemberAnnotationsGetRequest
Dim returnValue As EntityMemberAnnotationsGetResponse

returnValue = instance.EntityMemberAnnotationsGet(request)
[OperationContractAttribute]
EntityMemberAnnotationsGetResponse EntityMemberAnnotationsGet(
    EntityMemberAnnotationsGetRequest request
)
[OperationContractAttribute]
EntityMemberAnnotationsGetResponse^ EntityMemberAnnotationsGet(
    EntityMemberAnnotationsGetRequest^ request
)
[<OperationContractAttribute>]
abstract EntityMemberAnnotationsGet : 
        request:EntityMemberAnnotationsGetRequest -> EntityMemberAnnotationsGetResponse 
function EntityMemberAnnotationsGet(
    request : EntityMemberAnnotationsGetRequest
) : EntityMemberAnnotationsGetResponse