Partager via


IModelAnnotationHolder.RemoveAnnotation, méthode

Supprime l'annotation spécifiée de cet élément de modèle.

Espace de noms :  Microsoft.Data.Schema.SchemaModel
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

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

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

IModelAnnotationHolder Interface

Microsoft.Data.Schema.SchemaModel, espace de noms

IModelAnnotation