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
- annotation
Tipo: Microsoft.Data.Schema.SchemaModel.IModelAnnotation
Anotación que se va a agregar.
Implementaciones
IModelAnnotationHolder.AddAnnotation(IModelAnnotation)
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.