ModelElement.AddAnnotation, méthode
Ajoute l'objet IModelAnnotation fourni à l'élément.
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
- annotation
Type : Microsoft.Data.Schema.SchemaModel.IModelAnnotation
Objet IModelAnnotation.
Implémentations
IModelAnnotationHolder.AddAnnotation(IModelAnnotation)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.