ModelElement.RemoveAnnotation, méthode
Supprime l'annotation spécifiée de l'élément.
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
- annotation
Type : Microsoft.Data.Schema.SchemaModel.IModelAnnotation
Objet IModelAnnotation.
Implémentations
IModelAnnotationHolder.RemoveAnnotation(IModelAnnotation)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.