ServiceClient.EntityMemberAnnotationsGet Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère les annotations jointes à un membre.
public:
System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Annotation ^> ^ EntityMemberAnnotationsGet(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::Identifier ^ % EntityId, Microsoft::MasterDataServices::MemberIdentifier ^ % MemberId, Microsoft::MasterDataServices::Identifier ^ % ModelId, Microsoft::MasterDataServices::Identifier ^ % VersionId, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::OperationResult ^ % OperationResult);
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> EntityMemberAnnotationsGet (Microsoft.MasterDataServices.International International, ref Microsoft.MasterDataServices.Identifier EntityId, ref Microsoft.MasterDataServices.MemberIdentifier MemberId, ref Microsoft.MasterDataServices.Identifier ModelId, ref Microsoft.MasterDataServices.Identifier VersionId, out Microsoft.MasterDataServices.OperationResult OperationResult);
member this.EntityMemberAnnotationsGet : Microsoft.MasterDataServices.International * Identifier * MemberIdentifier * Identifier * Identifier * OperationResult -> System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation>
Public Function EntityMemberAnnotationsGet (International As International, ByRef EntityId As Identifier, ByRef MemberId As MemberIdentifier, ByRef ModelId As Identifier, ByRef VersionId As Identifier, ByRef OperationResult As OperationResult) As Collection(Of Annotation)
Paramètres
- International
- International
Paramètres de culture.
- EntityId
- Identifier
Identificateur global unique (GUID) ou nom exact de l'entité, passé par référence.
- MemberId
- MemberIdentifier
Identificateur du membre, passé par référence.
- ModelId
- Identifier
Identificateur global unique (GUID) ou nom exact du modèle, passé par référence.
- VersionId
- Identifier
Identificateur global unique (GUID) ou nom exact de la version du modèle, passé par référence.
- OperationResult
- OperationResult
Cette méthode retourne le résultat de l'opération. Ce paramètre est passé sans être initialisé.
Retours
Collection d'annotations de membre jointes à un membre.