Compartir a través de


IModelAnnotationHolder.AddAnnotation (Método)

Agrega la anotación especificada a este elemento.

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

Sintaxis

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

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

IModelAnnotationHolder Interfaz

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

IModelAnnotation