다음을 통해 공유


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 네임스페이스