ServiceClient.EntityMemberAnnotationsCreate Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
Impostazioni cultura.
- Annotations
- Collection<Annotation>
Matrice di annotazioni da creare.
- EntityId
- Identifier
Identificatore univoco globale (GUID) o nome esatto dell'entità.
- MemberId
- MemberIdentifier
Identificatore del membro.
- ModelId
- Identifier
Identificatore univoco globale (GUID) o nome esatto del modello.
- VersionId
- Identifier
Identificatore univoco globale (GUID) o nome esatto della versione del modello.
Restituisce
Oggetto OperationResult che rappresenta il risultato dell'operazione.