다음을 통해 공유


EdmModelBase.VocabularyAnnotations 속성

이 모델에 포함된 용어 모음 주석의 컬렉션을 가져옵니다.

네임스페이스:  Microsoft.Data.Edm.Library
어셈블리:  Microsoft.Data.Edm(Microsoft.Data.Edm.dll)

구문

‘선언
Public Overridable ReadOnly Property VocabularyAnnotations As IEnumerable(Of IEdmVocabularyAnnotation)
    Get
‘사용 방법
Dim instance As EdmModelBase
Dim value As IEnumerable(Of IEdmVocabularyAnnotation)

value = instance.VocabularyAnnotations
public virtual IEnumerable<IEdmVocabularyAnnotation> VocabularyAnnotations { get; }
public:
virtual property IEnumerable<IEdmVocabularyAnnotation^>^ VocabularyAnnotations {
    IEnumerable<IEdmVocabularyAnnotation^>^ get ();
}
abstract VocabularyAnnotations : IEnumerable<IEdmVocabularyAnnotation>
override VocabularyAnnotations : IEnumerable<IEdmVocabularyAnnotation>
function get VocabularyAnnotations () : IEnumerable<IEdmVocabularyAnnotation>

속성 값

유형: System.Collections.Generic.IEnumerable<IEdmVocabularyAnnotation>
이 모델에 포함된 용어 모음 주석의 컬렉션입니다.

구현

IEdmModel.VocabularyAnnotations

참고 항목

참조

EdmModelBase 클래스

Microsoft.Data.Edm.Library 네임스페이스