共用方式為


ServiceClient.IService.EntityMemberAnnotationsCreate 方法

Creates new annotations attached to a member.

命名空間:  Microsoft.MasterDataServices
組件:  Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)

語法

'宣告
Private Function EntityMemberAnnotationsCreate ( _
    request As EntityMemberAnnotationsCreateRequest _
) As AnnotationsCreateResponse Implements IService.EntityMemberAnnotationsCreate
'用途
Dim instance As ServiceClient
Dim request As EntityMemberAnnotationsCreateRequest
Dim returnValue As AnnotationsCreateResponse

returnValue = CType(instance, IService).EntityMemberAnnotationsCreate(request)
AnnotationsCreateResponseIService.EntityMemberAnnotationsCreate(
    EntityMemberAnnotationsCreateRequest request
)
private:
virtual AnnotationsCreateResponse^ EntityMemberAnnotationsCreate(
    EntityMemberAnnotationsCreateRequest^ request
) sealed = IService::EntityMemberAnnotationsCreate
private abstract EntityMemberAnnotationsCreate : 
        request:EntityMemberAnnotationsCreateRequest -> AnnotationsCreateResponse 
private override EntityMemberAnnotationsCreate : 
        request:EntityMemberAnnotationsCreateRequest -> AnnotationsCreateResponse
JScript 支援明確介面實作的使用,但不支援新介面實作的宣告。

參數

傳回值

型別:Microsoft.MasterDataServices.AnnotationsCreateResponse
The AnnotationsCreateResponse for the operation.

實作

IService.EntityMemberAnnotationsCreate(EntityMemberAnnotationsCreateRequest)

請參閱

參考

ServiceClient 類別

Microsoft.MasterDataServices 命名空間