Partager via


IModelAnnotationHolder.AddAnnotation, méthode

Ajoute l'annotation donnée à cet élément.

Espace de noms :  Microsoft.Data.Schema.SchemaModel
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

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

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

IModelAnnotationHolder Interface

Microsoft.Data.Schema.SchemaModel, espace de noms

IModelAnnotation