Compartir a través de


ModelElement.AddAnnotation (Método)

Agrega el objeto IModelAnnotation proporcionado al elemento.

Espacio de nombres:  Microsoft.Data.Schema.SchemaModel
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
Public Sub AddAnnotation ( _
    annotation As IModelAnnotation _
)
public void AddAnnotation(
    IModelAnnotation annotation
)
public:
virtual void AddAnnotation(
    IModelAnnotation^ annotation
) sealed
abstract AddAnnotation : 
        annotation:IModelAnnotation -> unit 
override AddAnnotation : 
        annotation:IModelAnnotation -> unit 
public final function AddAnnotation(
    annotation : IModelAnnotation
)

Parámetros

Implementaciones

IModelAnnotationHolder.AddAnnotation(IModelAnnotation)

Seguridad de .NET Framework

Vea también

Referencia

ModelElement Clase

Microsoft.Data.Schema.SchemaModel (Espacio de nombres)

IModelAnnotation