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


ModelSchema.AddAnnotationClass - метод

Добавляет класс заметки в данную схему.

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

Синтаксис

'Декларация
Public Sub AddAnnotationClass ( _
    annotationClass As ModelAnnotationClass _
)
public void AddAnnotationClass(
    ModelAnnotationClass annotationClass
)
public:
void AddAnnotationClass(
    ModelAnnotationClass^ annotationClass
)
member AddAnnotationClass : 
        annotationClass:ModelAnnotationClass -> unit 
public function AddAnnotationClass(
    annotationClass : ModelAnnotationClass
)

Параметры

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

См. также

Ссылки

ModelSchema Класс

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

ModelAnnotationClass