Partager via


ModelStore.GetAnnotations, méthode

Retourne toutes les annotations sur le modèle.

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

Syntaxe

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

Valeur de retour

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

Implémentations

IModelAnnotationHolder.GetAnnotations()

Sécurité .NET Framework

Voir aussi

Référence

ModelStore Classe

GetAnnotations, surcharge

Microsoft.Data.Schema.SchemaModel, espace de noms

ModelIdentifier