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


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

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

Синтаксис

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

Параметры

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

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

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

См. также

Ссылки

ModelStore Класс

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

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