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>
용어 모음 주석의 컬렉션입니다.