Aracılığıyla paylaş


ModelElement.AddAnnotation Yöntem

Sağlanan ekler IModelAnnotation nesne öğesi.

Ad alanı:  Microsoft.Data.Schema.SchemaModel
Derleme:  Microsoft.Data.Schema (Microsoft.Data.Schema.dll içinde)

Sözdizimi

'Bildirim
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
)

Parametreler

Yüklenen

IModelAnnotationHolder.AddAnnotation(IModelAnnotation)

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

ModelElement Sınıf

Microsoft.Data.Schema.SchemaModel Ad Alanı

IModelAnnotation