Condividi tramite


ServiceClient.EntityMemberAnnotationsGet Metodo

Definizione

Recupera le annotazioni associate a un membro.

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)

Parametri

International
International

Impostazioni cultura.

EntityId
Identifier

Identificatore univoco globale (GUID) o nome esatto dell'entità, passato per riferimento.

MemberId
MemberIdentifier

Identificatore del membro, passato per riferimento.

ModelId
Identifier

Identificatore univoco globale (GUID) o nome esatto del modello, passato per riferimento.

VersionId
Identifier

Identificatore univoco globale (GUID) o nome esatto della versione del modello, passato per riferimento.

OperationResult
OperationResult

Quando il metodo viene restituito, contiene il risultato dell'operazione. Questo parametro viene passato non inizializzato.

Restituisce

Raccolta di annotazioni del membro associate a un membro.

Si applica a