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
- annotation
Tipo: Microsoft.Data.Schema.SchemaModel.IModelAnnotation
Anotación del modelo que se va a agregar.
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.
Vea también
Referencia
IModelAnnotationHolder Interfaz