Freigeben über


ModelSchema.AnnotationClasses-Eigenschaft

Ruft eine Liste mit Anmerkungsmetadatenobjekten ab.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

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

Eigenschaftswert

Typ: System.Collections.Generic.IList<ModelAnnotationClass>
Die Liste der Metadatenobjekte.

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelSchema Klasse

Microsoft.Data.Schema.SchemaModel-Namespace

ModelAnnotationClass