Condividi tramite


Metodo ModelStore.GetAllAnnotations

Restituisce un elenco di tutte le annotazioni.

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
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>

Valore restituito

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelStore Classe

Overload GetAllAnnotations

Spazio dei nomi Microsoft.Data.Schema.SchemaModel

IModelAnnotation