Partilhar via


Método ModelElement.AddAnnotation

Adiciona o fornecido IModelAnnotation o objeto para o elemento.

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

Sintaxe

'Declaração
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

Implementações

IModelAnnotationHolder.AddAnnotation(IModelAnnotation)

Segurança do .NET Framework

Consulte também

Referência

ModelElement Classe

Namespace Microsoft.Data.Schema.SchemaModel

IModelAnnotation