次の方法で共有


IService.EntityMemberAnnotationsCreate メソッド

メンバーにアタッチする新しい注釈を作成します。

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

構文

'宣言
<OperationContractAttribute> _
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
Function EntityMemberAnnotationsCreate ( _
    request As EntityMemberAnnotationsCreateRequest _
) As AnnotationsCreateResponse
'使用
Dim instance As IService 
Dim request As EntityMemberAnnotationsCreateRequest 
Dim returnValue As AnnotationsCreateResponse 

returnValue = instance.EntityMemberAnnotationsCreate(request)
[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
AnnotationsCreateResponse EntityMemberAnnotationsCreate(
    EntityMemberAnnotationsCreateRequest request
)
[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
AnnotationsCreateResponse^ EntityMemberAnnotationsCreate(
    EntityMemberAnnotationsCreateRequest^ request
)
[<OperationContractAttribute>]
[<FaultContractAttribute(typeof(EditionExpiredMessage))>]
abstract EntityMemberAnnotationsCreate : 
        request:EntityMemberAnnotationsCreateRequest -> AnnotationsCreateResponse
function EntityMemberAnnotationsCreate(
    request : EntityMemberAnnotationsCreateRequest
) : AnnotationsCreateResponse

パラメーター

戻り値

型: Microsoft.MasterDataServices.Services.MessageContracts.AnnotationsCreateResponse
作成操作に対する応答です。

関連項目

参照

IService インターフェイス

Microsoft.MasterDataServices.Services.ServiceContracts 名前空間