다음을 통해 공유


IService.EntityMemberAnnotationsCreate 메서드

Creates a new annotations attached to a member.

네임스페이스:  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
The response to the create operation.

참고 항목

참조

IService 인터페이스

Microsoft.MasterDataServices.Services.ServiceContracts 네임스페이스