이 모델에 용어 모음 주석을 추가합니다.
네임스페이스: Microsoft.Data.Edm.Library
어셈블리: Microsoft.Data.Edm(Microsoft.Data.Edm.dll)
구문
‘선언
Public Sub AddVocabularyAnnotation ( _
annotation As IEdmVocabularyAnnotation _
)
‘사용 방법
Dim instance As EdmModel
Dim annotation As IEdmVocabularyAnnotation
instance.AddVocabularyAnnotation(annotation)
public void AddVocabularyAnnotation(
IEdmVocabularyAnnotation annotation
)
public:
void AddVocabularyAnnotation(
IEdmVocabularyAnnotation^ annotation
)
member AddVocabularyAnnotation :
annotation:IEdmVocabularyAnnotation -> unit
public function AddVocabularyAnnotation(
annotation : IEdmVocabularyAnnotation
)
매개 변수
- annotation
유형: Microsoft.Data.Edm.Annotations.IEdmVocabularyAnnotation
추가할 주석입니다.