IEdmModel.VocabularyAnnotations 属性

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

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

语法

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

属性值

类型:System.Collections.Generic.IEnumerable<IEdmVocabularyAnnotation>
词汇批注的集合。

请参阅

参考

IEdmModel 接口

Microsoft.Data.Edm 命名空间