Método IModelAnnotationHolder.RemoveAnnotation

Remove a anotação especificada esse elemento de modelo.

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

Sintaxe

'Declaração
Sub RemoveAnnotation ( _
    annotation As IModelAnnotation _
)
void RemoveAnnotation(
    IModelAnnotation annotation
)
void RemoveAnnotation(
    IModelAnnotation^ annotation
)
abstract RemoveAnnotation : 
        annotation:IModelAnnotation -> unit 
function RemoveAnnotation(
    annotation : IModelAnnotation
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

IModelAnnotationHolder Interface

Namespace Microsoft.Data.Schema.SchemaModel

IModelAnnotation