Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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