次の方法で共有


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 名前空間