向此模型添加词汇批注。
命名空间: 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
要添加的批注。