Méthode EdmModel.AddVocabularyAnnotation
Ajoute une annotation de glossaire à ce modèle.
Espace de noms : Microsoft.Data.Edm.Library
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
Public Sub AddVocabularyAnnotation ( _
annotation As IEdmVocabularyAnnotation _
)
'Utilisation
Dim instance As EdmModel
Dim annotation As IEdmVocabularyAnnotation
instance.AddVocabularyAnnotation(annotation)
public void AddVocabularyAnnotation(
IEdmVocabularyAnnotation annotation
)
public:
void AddVocabularyAnnotation(
IEdmVocabularyAnnotation^ annotation
)
member AddVocabularyAnnotation :
annotation:IEdmVocabularyAnnotation -> unit
public function AddVocabularyAnnotation(
annotation : IEdmVocabularyAnnotation
)
Paramètres
- annotation
Type : Microsoft.Data.Edm.Annotations.IEdmVocabularyAnnotation
Annotation à ajouter.