ServiceClient.EntityMemberAnnotationsCreate 메서드

정의

구성원에 새로운 주석을 생성합니다.

public:
 Microsoft::MasterDataServices::OperationResult ^ EntityMemberAnnotationsCreate(Microsoft::MasterDataServices::International ^ International, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Annotation ^> ^ Annotations, Microsoft::MasterDataServices::Identifier ^ EntityId, Microsoft::MasterDataServices::MemberIdentifier ^ MemberId, Microsoft::MasterDataServices::Identifier ^ ModelId, Microsoft::MasterDataServices::Identifier ^ VersionId);
public Microsoft.MasterDataServices.OperationResult EntityMemberAnnotationsCreate(Microsoft.MasterDataServices.International International, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> Annotations, Microsoft.MasterDataServices.Identifier EntityId, Microsoft.MasterDataServices.MemberIdentifier MemberId, Microsoft.MasterDataServices.Identifier ModelId, Microsoft.MasterDataServices.Identifier VersionId);
member this.EntityMemberAnnotationsCreate : Microsoft.MasterDataServices.International * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> * Microsoft.MasterDataServices.Identifier * Microsoft.MasterDataServices.MemberIdentifier * Microsoft.MasterDataServices.Identifier * Microsoft.MasterDataServices.Identifier -> Microsoft.MasterDataServices.OperationResult
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

매개 변수

International
International

문화적 배경.

Annotations
Collection<Annotation>

만들어야 할 주석 배열.

EntityId
Identifier

전 세계적으로 고유 식별자(GUID) 또는 엔터티의 정확한 이름입니다.

MemberId
MemberIdentifier

회원의 식별자.

ModelId
Identifier

전 세계적으로 고유 식별자(GUID) 또는 모델의 정확한 이름입니다.

VersionId
Identifier

전 세계적으로 고유 식별자(GUID) 또는 모델 버전의 정확한 이름입니다.

반품

OperationResult 연산 결과를 나타내는 객체입니다.

적용 대상