Proprietà EdmCoreModel.VocabularyAnnotations
Ottiene la raccolta di annotazioni del vocabolario contenute nel modello principale.
Spazio dei nomi Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property VocabularyAnnotations As IEnumerable(Of IEdmVocabularyAnnotation)
Get
'Utilizzo
Dim instance As EdmCoreModel
Dim value As IEnumerable(Of IEdmVocabularyAnnotation)
value = instance.VocabularyAnnotations
public IEnumerable<IEdmVocabularyAnnotation> VocabularyAnnotations { get; }
public:
virtual property IEnumerable<IEdmVocabularyAnnotation^>^ VocabularyAnnotations {
IEnumerable<IEdmVocabularyAnnotation^>^ get () sealed;
}
abstract VocabularyAnnotations : IEnumerable<IEdmVocabularyAnnotation>
override VocabularyAnnotations : IEnumerable<IEdmVocabularyAnnotation>
final function get VocabularyAnnotations () : IEnumerable<IEdmVocabularyAnnotation>
Valore proprietà
Tipo: System.Collections.Generic.IEnumerable<IEdmVocabularyAnnotation>
Raccolta di annotazioni del vocabolario.
Implementa
IEdmModel.VocabularyAnnotations