Freigeben über


IModelAnnotationHolder.AddAnnotation-Methode

Fügt diesem Element die angegebene Anmerkung hinzu.

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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

IModelAnnotationHolder Schnittstelle

Microsoft.Data.Schema.SchemaModel-Namespace

IModelAnnotation