Partager via


Propriété IEdmModel.VocabularyAnnotations

Obtient la collection d'annotations de glossaire contenues dans ce modèle.

Espace de noms :  Microsoft.Data.Edm
Assembly :  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Syntaxe

'Déclaration
ReadOnly Property VocabularyAnnotations As IEnumerable(Of IEdmVocabularyAnnotation)
    Get
'Utilisation
Dim instance As IEdmModel
Dim value As IEnumerable(Of IEdmVocabularyAnnotation)

value = instance.VocabularyAnnotations
IEnumerable<IEdmVocabularyAnnotation> VocabularyAnnotations { get; }
property IEnumerable<IEdmVocabularyAnnotation^>^ VocabularyAnnotations {
    IEnumerable<IEdmVocabularyAnnotation^>^ get ();
}
abstract VocabularyAnnotations : IEnumerable<IEdmVocabularyAnnotation>
function get VocabularyAnnotations () : IEnumerable<IEdmVocabularyAnnotation>

Valeur de propriété

Type : System.Collections.Generic.IEnumerable<IEdmVocabularyAnnotation>
Collection d'annotations de glossaire.

Voir aussi

Référence

IEdmModel Interface

Espace de noms Microsoft.Data.Edm