이 코어 모델에 포함된 용어 모음 주석의 컬렉션을 가져옵니다.
네임스페이스: Microsoft.Data.Edm.Library
어셈블리: Microsoft.Data.Edm(Microsoft.Data.Edm.dll)
구문
‘선언
Public ReadOnly Property VocabularyAnnotations As IEnumerable(Of IEdmVocabularyAnnotation)
Get
‘사용 방법
Dim instance As EdmCoreModel
Dim value As IEnumerable(Of IEdmVocabularyAnnotation)
value = instance.VocabularyAnnotations
public IEnumerable<IEdmVocabularyAnnotation> VocabularyAnnotations { get; }
public:
virtual property IEnumerable<IEdmVocabularyAnnotation^>^ VocabularyAnnotations {
IEnumerable<IEdmVocabularyAnnotation^>^ get () sealed;
}
abstract VocabularyAnnotations : IEnumerable<IEdmVocabularyAnnotation>
override VocabularyAnnotations : IEnumerable<IEdmVocabularyAnnotation>
final function get VocabularyAnnotations () : IEnumerable<IEdmVocabularyAnnotation>
속성 값
유형: System.Collections.Generic.IEnumerable<IEdmVocabularyAnnotation>
용어 모음 주석의 컬렉션입니다.
구현
IEdmModel.VocabularyAnnotations