Partilhar via


Método ModelStore.AddAnnotation

Adiciona uma anotação ao modelo.

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

ModelStore Classe

Namespace Microsoft.Data.Schema.SchemaModel