IModelAnnotationHolder.RemoveAnnotation Method

Removes the specified annotation from this model element.

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

Syntax

'Declaration
Sub RemoveAnnotation ( _
    annotation As IModelAnnotation _
)
void RemoveAnnotation(
    IModelAnnotation annotation
)
void RemoveAnnotation(
    IModelAnnotation^ annotation
)
abstract RemoveAnnotation : 
        annotation:IModelAnnotation -> unit 
function RemoveAnnotation(
    annotation : IModelAnnotation
)

Parameters

.NET Framework Security

See Also

Reference

IModelAnnotationHolder Interface

Microsoft.Data.Schema.SchemaModel Namespace

IModelAnnotation