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


ModelStore.AddAnnotation - метод

Добавляет заметку в модель.

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

Синтаксис

'Декларация
Public Sub AddAnnotation ( _
    annotation As IModelAnnotation _
)
public void AddAnnotation(
    IModelAnnotation annotation
)
public:
virtual void AddAnnotation(
    IModelAnnotation^ annotation
) sealed
abstract AddAnnotation : 
        annotation:IModelAnnotation -> unit 
override AddAnnotation : 
        annotation:IModelAnnotation -> unit 
public final function AddAnnotation(
    annotation : IModelAnnotation
)

Параметры

Реализации

IModelAnnotationHolder.AddAnnotation(IModelAnnotation)

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

См. также

Ссылки

ModelStore Класс

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