EdmModel.VocabularyAnnotations 属性

获取包含在此模型中的词汇批注的集合。

命名空间:  Microsoft.Data.Edm.Library
程序集:  Microsoft.Data.Edm(在 Microsoft.Data.Edm.dll 中)

语法

声明
Public Overrides ReadOnly Property VocabularyAnnotations As IEnumerable(Of IEdmVocabularyAnnotation)
    Get
用法
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>

属性值

类型:System.Collections.Generic.IEnumerable<IEdmVocabularyAnnotation>
包含在此模型中的词汇批注的集合。

实现

IEdmModel.VocabularyAnnotations

请参阅

参考

EdmModel 类

Microsoft.Data.Edm.Library 命名空间