Compartir a través de


ModelElement.RemoveAnnotation (Método)

Quita la anotación especificada del elemento.

Espacio de nombres:  Microsoft.Data.Schema.SchemaModel
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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

Implementaciones

IModelAnnotationHolder.RemoveAnnotation(IModelAnnotation)

Seguridad de .NET Framework

Vea también

Referencia

ModelElement Clase

Microsoft.Data.Schema.SchemaModel (Espacio de nombres)

IModelAnnotation