EdmModel.AddVocabularyAnnotation Method
Adds a vocabulary annotation to this model.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Sub AddVocabularyAnnotation ( _
annotation As IEdmVocabularyAnnotation _
)
'Usage
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
)
Parameters
- annotation
Type: Microsoft.Data.Edm.Annotations.IEdmVocabularyAnnotation
The annotation to be added.