Partager via


ModelStore.AddAnnotation, méthode

Ajoute une annotation au modèle.

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

Syntaxe

'Déclaration
Public Sub AddAnnotation ( _
    annotation As IModelAnnotation _
)
public void AddAnnotation(
    IModelAnnotation annotation
)
public:
virtual void AddAnnotation(
    IModelAnnotation^ annotation
) sealed
abstract AddAnnotation : 
        annotation:IModelAnnotation -> unit 
override AddAnnotation : 
        annotation:IModelAnnotation -> unit 
public final function AddAnnotation(
    annotation : IModelAnnotation
)

Paramètres

Implémentations

IModelAnnotationHolder.AddAnnotation(IModelAnnotation)

Sécurité .NET Framework

Voir aussi

Référence

ModelStore Classe

Microsoft.Data.Schema.SchemaModel, espace de noms