AddAnnotation Method

Namespace:  Microsoft.Data.Tools.Model.Simple
Assembly:  Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)

Syntax

'Declaration
Public Sub AddAnnotation ( _
    typeKey As Type, _
    value As Object _
)
'Usage
Dim instance As ModelObject
Dim typeKey As Type
Dim value As Object

instance.AddAnnotation(typeKey, value)
public void AddAnnotation(
    Type typeKey,
    Object value
)
public:
virtual void AddAnnotation(
    Type^ typeKey, 
    Object^ value
) sealed
abstract AddAnnotation : 
        typeKey:Type * 
        value:Object -> unit 
override AddAnnotation : 
        typeKey:Type * 
        value:Object -> unit 
public final function AddAnnotation(
    typeKey : Type, 
    value : Object
)

Parameters

Implements

IModelObjectExtensions..::..AddAnnotation(Type, Object)

See Also

Reference

ModelObject Class

Microsoft.Data.Tools.Model.Simple Namespace