Condividi tramite


Proprietà EdmModel.VocabularyAnnotations

Ottiene la raccolta di annotazioni del vocabolario contenute nel modello.

Spazio dei nomi  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Sintassi

'Dichiarazione
Public Overrides ReadOnly Property VocabularyAnnotations As IEnumerable(Of IEdmVocabularyAnnotation)
    Get
'Utilizzo
Dim instance As EdmModel
Dim value As IEnumerable(Of IEdmVocabularyAnnotation)

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

Valore proprietà

Tipo: System.Collections.Generic.IEnumerable<IEdmVocabularyAnnotation>
Raccolta di annotazioni del vocabolario contenute nel modello.

Implementa

IEdmModel.VocabularyAnnotations

Vedere anche

Riferimento

EdmModel Classe

Spazio dei nomi Microsoft.Data.Edm.Library