Sdílet prostřednictvím


IModelAnnotationHolder.RemoveAnnotation – metoda

Odebere zadané poznámky z tohoto prvku modelu.

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

Syntaxe

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

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IModelAnnotationHolder Rozhraní

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

IModelAnnotation