IModelAnnotationHolder.AddAnnotation Method

Adds the given annotation to this element.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Sub AddAnnotation ( _
    annotation As IModelAnnotation _
)
void AddAnnotation(
    IModelAnnotation annotation
)
void AddAnnotation(
    IModelAnnotation^ annotation
)
abstract AddAnnotation : 
        annotation:IModelAnnotation -> unit 
function AddAnnotation(
    annotation : IModelAnnotation
)

Parameters

.NET Framework Security

See Also

Reference

IModelAnnotationHolder Interface

Microsoft.Data.Schema.SchemaModel Namespace

IModelAnnotation