Condividi tramite


Metodo IModelAnnotationHolder.AddAnnotation

Aggiunge l'annotazione specificata a questo elemento.

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

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

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IModelAnnotationHolder Interfaccia

Spazio dei nomi Microsoft.Data.Schema.SchemaModel

IModelAnnotation