Sdílet prostřednictvím


ModelStore.RemoveAnnotation – metoda

Odebere poznámky z modelu.

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

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

Parametry

Implementuje

IModelAnnotationHolder.RemoveAnnotation(IModelAnnotation)

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelStore Třída

Microsoft.Data.Schema.SchemaModel – obor názvů