Compartir a través de


ModelStore.AddAnnotation (Método)

Agrega una anotación al modelo.

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

ModelStore Clase

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