Compartir a través de


ModelStore.RemoveAnnotation (Método)

Quita una anotación del modelo.

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

ModelStore Clase

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