Condividi tramite


Metodo ModelStore.RemoveAnnotation

Rimuove un'annotazione dal modello.

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

Sintassi

'Dichiarazione
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
)

Parametri

Implementa

IModelAnnotationHolder.RemoveAnnotation(IModelAnnotation)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelStore Classe

Spazio dei nomi Microsoft.Data.Schema.SchemaModel