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


ModelStore.GetAllAnnotations - метод (ModelIdentifier)

Возвращает список всех заметок, именованных предоставленным идентификатором.

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

Синтаксис

'Декларация
Public Function GetAllAnnotations ( _
    identifier As ModelIdentifier _
) As IList(Of IModelAnnotation)
public IList<IModelAnnotation> GetAllAnnotations(
    ModelIdentifier identifier
)
public:
IList<IModelAnnotation^>^ GetAllAnnotations(
    ModelIdentifier^ identifier
)
member GetAllAnnotations : 
        identifier:ModelIdentifier -> IList<IModelAnnotation> 
public function GetAllAnnotations(
    identifier : ModelIdentifier
) : IList<IModelAnnotation>

Параметры

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

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

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

См. также

Ссылки

ModelStore Класс

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

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

ModelIdentifier