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
- annotation
Type: Microsoft.Data.Schema.SchemaModel.IModelAnnotation
The model annotation to add.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IModelAnnotationHolder Interface