Sdílet prostřednictvím


IModelAnnotationHolder.AddAnnotation – metoda

Přidá tento prvek dané poznámky.

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

Syntaxe

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

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IModelAnnotationHolder Rozhraní

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

IModelAnnotation