Condividi tramite


Metodo IModelAnnotationHolder.RemoveAnnotation

Rimuove l'annotazione specificata da questo elemento del modello.

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
Sub RemoveAnnotation ( _
    annotation As IModelAnnotation _
)
void RemoveAnnotation(
    IModelAnnotation annotation
)
void RemoveAnnotation(
    IModelAnnotation^ annotation
)
abstract RemoveAnnotation : 
        annotation:IModelAnnotation -> unit 
function RemoveAnnotation(
    annotation : IModelAnnotation
)

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IModelAnnotationHolder Interfaccia

Spazio dei nomi Microsoft.Data.Schema.SchemaModel

IModelAnnotation