EdmModel.AddVocabularyAnnotation 方法

向此模型添加词汇批注。

命名空间:  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
)

参数

请参阅

参考

EdmModel 类

Microsoft.Data.Edm.Library 命名空间