Condividi tramite


Proprietà ModelSchema.AnnotationClasses

Ottiene un elenco di oggetti metadati delle annotazioni.

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

Sintassi

'Dichiarazione
Public ReadOnly Property AnnotationClasses As IList(Of ModelAnnotationClass)
    Get
public IList<ModelAnnotationClass> AnnotationClasses { get; }
public:
property IList<ModelAnnotationClass^>^ AnnotationClasses {
    IList<ModelAnnotationClass^>^ get ();
}
member AnnotationClasses : IList<ModelAnnotationClass>
function get AnnotationClasses () : IList<ModelAnnotationClass>

Valore proprietà

Tipo: System.Collections.Generic.IList<ModelAnnotationClass>
Elenco di oggetti metadati.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelSchema Classe

Spazio dei nomi Microsoft.Data.Schema.SchemaModel

ModelAnnotationClass