Partilhar via


Método ModelElement.RemoveAnnotation

Remove a anotação especificada do elemento.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
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
)

Parâmetros

Implementações

IModelAnnotationHolder.RemoveAnnotation(IModelAnnotation)

Segurança do .NET Framework

Consulte também

Referência

ModelElement Classe

Namespace Microsoft.Data.Schema.SchemaModel

IModelAnnotation