Método IModelAnnotationHolder.AddAnnotation

Adiciona a anotação de determinado para este elemento.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
Sub AddAnnotation ( _
    annotation As IModelAnnotation _
)
void AddAnnotation(
    IModelAnnotation annotation
)
void AddAnnotation(
    IModelAnnotation^ annotation
)
abstract AddAnnotation : 
        annotation:IModelAnnotation -> unit 
function AddAnnotation(
    annotation : IModelAnnotation
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

IModelAnnotationHolder Interface

Namespace Microsoft.Data.Schema.SchemaModel

IModelAnnotation