Proprietà IEdmModel.VocabularyAnnotations
Ottiene la raccolta di annotazioni del vocabolario contenute nel modello.
Spazio dei nomi Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Sintassi
'Dichiarazione
ReadOnly Property VocabularyAnnotations As IEnumerable(Of IEdmVocabularyAnnotation)
Get
'Utilizzo
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>
Valore proprietà
Tipo: System.Collections.Generic.IEnumerable<IEdmVocabularyAnnotation>
Raccolta di annotazioni del vocabolario.