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


ModelStore.GetAllAnnotations - метод

Возвращает список всех заметок.

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

Синтаксис

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

Возвращаемое значение

Тип: System.Collections.Generic.IList<IModelAnnotation>

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

См. также

Ссылки

ModelStore Класс

GetAllAnnotations - перегрузка

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

IModelAnnotation