Partager via


ModelStore.GetAllAnnotations, méthode

Retourne une liste de toutes les annotations.

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

Syntaxe

'Déclaration
Public Function GetAllAnnotations As IList(Of IModelAnnotation)
public IList<IModelAnnotation> GetAllAnnotations()
public:
IList<IModelAnnotation^>^ GetAllAnnotations()
member GetAllAnnotations : unit -> IList<IModelAnnotation> 
public function GetAllAnnotations() : IList<IModelAnnotation>

Valeur de retour

Type : System.Collections.Generic.IList<IModelAnnotation>

Sécurité .NET Framework

Voir aussi

Référence

ModelStore Classe

GetAllAnnotations, surcharge

Microsoft.Data.Schema.SchemaModel, espace de noms

IModelAnnotation