ServiceClient.EntityMemberAnnotationsGet Método

Definición

Recupera las anotaciones adjuntadas a un miembro.

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)

Parámetros

International
International

La configuración cultural.

EntityId
Identifier

El identificador único global (GUID) o el nombre exacto de la entidad, pasados por referencia.

MemberId
MemberIdentifier

El identificador del miembro, pasado por referencia.

ModelId
Identifier

El identificador único global (GUID) o el nombre exacto del modelo, pasados por referencia.

VersionId
Identifier

El identificador único global (GUID) o el nombre exacto de la versión de modelo, pasados por referencia.

OperationResult
OperationResult

Contiene el resultado de la operación cuando el método realiza la devolución. Este parámetro se pasa sin inicializar.

Devoluciones

Colección de anotaciones de miembro adjuntadas a un miembro.

Se aplica a