Поделиться через


Метод ServiceClient.EntityMemberAnnotationsCreate

Creates new annotations attached to a member.

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)

Синтаксис

'Декларация
Public Function EntityMemberAnnotationsCreate ( _
    International As International, _
    Annotations As Collection(Of Annotation), _
    EntityId As Identifier, _
    MemberId As MemberIdentifier, _
    ModelId As Identifier, _
    VersionId As Identifier _
) As OperationResult
'Применение
Dim instance As ServiceClient
Dim International As International
Dim Annotations As Collection(Of Annotation)
Dim EntityId As Identifier
Dim MemberId As MemberIdentifier
Dim ModelId As Identifier
Dim VersionId As Identifier
Dim returnValue As OperationResult

returnValue = instance.EntityMemberAnnotationsCreate(International, _
    Annotations, EntityId, MemberId, _
    ModelId, VersionId)
public OperationResult EntityMemberAnnotationsCreate(
    International International,
    Collection<Annotation> Annotations,
    Identifier EntityId,
    MemberIdentifier MemberId,
    Identifier ModelId,
    Identifier VersionId
)
public:
OperationResult^ EntityMemberAnnotationsCreate(
    International^ International, 
    Collection<Annotation^>^ Annotations, 
    Identifier^ EntityId, 
    MemberIdentifier^ MemberId, 
    Identifier^ ModelId, 
    Identifier^ VersionId
)
member EntityMemberAnnotationsCreate : 
        International:International * 
        Annotations:Collection<Annotation> * 
        EntityId:Identifier * 
        MemberId:MemberIdentifier * 
        ModelId:Identifier * 
        VersionId:Identifier -> OperationResult
public function EntityMemberAnnotationsCreate(
    International : International, 
    Annotations : Collection<Annotation>, 
    EntityId : Identifier, 
    MemberId : MemberIdentifier, 
    ModelId : Identifier, 
    VersionId : Identifier
) : OperationResult

Параметры

Возвращаемое значение

Тип: Microsoft.MasterDataServices.OperationResult
An OperationResult object that represents the result of the operation.

См. также

Справочник

ServiceClient Класс

Пространство имен Microsoft.MasterDataServices