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
- annotation
Type: Microsoft.Data.Schema.SchemaModel.IModelAnnotation
Specifies the annotation to remove.
Implements
IModelAnnotationHolder.RemoveAnnotation(IModelAnnotation)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.