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


ModelStore.RemoveAnnotation - метод

Удаляет заметку из модели.

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

Синтаксис

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

Параметры

Реализации

IModelAnnotationHolder.RemoveAnnotation(IModelAnnotation)

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

См. также

Ссылки

ModelStore Класс

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