ModelStore.RemoveAnnotation Method

Removes an annotation from the model.

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

Syntax

'Declaration
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
)

Parameters

Implements

IModelAnnotationHolder.RemoveAnnotation(IModelAnnotation)

.NET Framework Security

See Also

Reference

ModelStore Class

Microsoft.Data.Schema.SchemaModel Namespace