Поделиться через


ModelSchema.AnnotationClasses - свойство

Получает список объектов метаданных заметки.

Пространство имен:  Microsoft.Data.Schema.SchemaModel
Сборка:  Microsoft.Data.Schema (в Microsoft.Data.Schema.dll)

Синтаксис

'Декларация
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>

Значение свойства

Тип: System.Collections.Generic.IList<ModelAnnotationClass>
Список объектов метаданных.

Безопасность платформы .NET Framework

См. также

Ссылки

ModelSchema Класс

Microsoft.Data.Schema.SchemaModel - пространство имен

ModelAnnotationClass