IModelAnnotationHolder.RemoveAnnotation-Methode

Entfernt die angegebene Anmerkung von diesem Modellelement.

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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

IModelAnnotationHolder Schnittstelle

Microsoft.Data.Schema.SchemaModel-Namespace

IModelAnnotation