Partager via


ModelStore.GetAnnotations, méthode (ModelIdentifier)

Retourne une liste des annotations sur le modèle qui correspond aux identificateurs donnés.

Espace de noms :  Microsoft.Data.Schema.SchemaModel
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Public Function GetAnnotations ( _
    identifier As ModelIdentifier _
) As IList(Of IModelAnnotation)
public IList<IModelAnnotation> GetAnnotations(
    ModelIdentifier identifier
)
public:
virtual IList<IModelAnnotation^>^ GetAnnotations(
    ModelIdentifier^ identifier
) sealed
abstract GetAnnotations : 
        identifier:ModelIdentifier -> IList<IModelAnnotation> 
override GetAnnotations : 
        identifier:ModelIdentifier -> IList<IModelAnnotation> 
public final function GetAnnotations(
    identifier : ModelIdentifier
) : IList<IModelAnnotation>

Paramètres

Valeur de retour

Type : System.Collections.Generic.IList<IModelAnnotation>
Liste d'annotations.

Implémentations

IModelAnnotationHolder.GetAnnotations(ModelIdentifier)

Sécurité .NET Framework

Voir aussi

Référence

ModelStore Classe

GetAnnotations, surcharge

Microsoft.Data.Schema.SchemaModel, espace de noms

ModelIdentifier