Compartir a través de


EdmModel.VocabularyAnnotations Propiedad

Obtiene la colección de anotaciones de vocabulario contenidas en este modelo.

Espacio de nombres:  Microsoft.Data.Edm.Library
Ensamblado:  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Sintaxis

'Declaración
Public Overrides ReadOnly Property VocabularyAnnotations As IEnumerable(Of IEdmVocabularyAnnotation)
    Get
'Uso
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>

Valor de la propiedad

Tipo: System.Collections.Generic.IEnumerable<IEdmVocabularyAnnotation>
Colección de anotaciones de vocabulario contenidas en este modelo.

Implementa

IEdmModel.VocabularyAnnotations

Vea también

Referencia

EdmModel Clase

Espacio de nombres Microsoft.Data.Edm.Library