ServiceClient.EntityMemberAnnotationsCreate Méthode

Définition

Crée des annotations attachées à un membre.

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

Paramètres

International
International

Paramètres de culture.

Annotations
Collection<Annotation>

Tableau d'annotations à créer.

EntityId
Identifier

L'identificateur global unique (GUID) ou le nom exact de l'entité.

MemberId
MemberIdentifier

Identificateur du membre.

ModelId
Identifier

Identificateur global unique (GUID) ou nom exact du modèle.

VersionId
Identifier

Identificateur global unique (GUID) ou nom exact de la version du modèle.

Retours

Objet OperationResult qui représente le résultat de l'opération.

S’applique à