Partager via


ModelStore.RemoveAnnotation, méthode

Supprime une annotation du modèle.

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

Syntaxe

'Déclaration
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
)

Paramètres

Implémentations

IModelAnnotationHolder.RemoveAnnotation(IModelAnnotation)

Sécurité .NET Framework

Voir aussi

Référence

ModelStore Classe

Microsoft.Data.Schema.SchemaModel, espace de noms