ServiceClient.EntityMemberAnnotationsCreate Methode

Definition

Erstellt neue Anmerkungen, die einem Mitglied zugeordnet werden.

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

Parameter

International
International

Die kulturellen Rahmenbedingungen.

Annotations
Collection<Annotation>

Die Vielzahl an Anmerkungen, die erstellt werden müssen.

EntityId
Identifier

Die global eindeutige Kennung (GUID) oder der genaue Name der Entität.

MemberId
MemberIdentifier

Die Kennung des Mitglieds.

ModelId
Identifier

Die global eindeutige Kennung (GUID) oder der genaue Name des Modells.

VersionId
Identifier

Die global eindeutige Kennung (GUID) oder der genaue Name der Modellversion.

Gibt zurück

Ein OperationResult Objekt, das das Ergebnis der Operation darstellt.

Gilt für: