ServiceClient.EntityMemberAnnotationsCreate Metodo

Definizione

Crea nuove annotazioni associate a un membro.

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

Parametri

International
International

Gli ambienti culturali.

Annotations
Collection<Annotation>

La serie di annotazioni da creare.

EntityId
Identifier

L'identificatore globalmente unico (GUID) o il nome esatto dell'entità.

MemberId
MemberIdentifier

L'identificativo del membro.

ModelId
Identifier

L'identificatore globalmente unico (GUID) o il nome esatto del modello.

VersionId
Identifier

L'identificatore globalmente unico (GUID) o il nome esatto della versione del modello.

Valori restituiti

Un OperationResult oggetto che rappresenta il risultato dell'operazione.

Si applica a