このモデルにボキャブラリ注釈を追加します。
名前空間: 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
追加する注釈。