Método ModelStore.RemoveAnnotation

Remove uma anotação do modelo.

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

ModelStore Classe

Namespace Microsoft.Data.Schema.SchemaModel