Condividi tramite


Proprietà IEdmVocabularyAnnotation.Target

Ottiene l'elemento cui si applica l'annotazione.

Spazio dei nomi  Microsoft.Data.Edm.Annotations
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Sintassi

'Dichiarazione
ReadOnly Property Target As IEdmVocabularyAnnotatable
    Get
'Utilizzo
Dim instance As IEdmVocabularyAnnotation
Dim value As IEdmVocabularyAnnotatable

value = instance.Target
IEdmVocabularyAnnotatable Target { get; }
property IEdmVocabularyAnnotatable^ Target {
    IEdmVocabularyAnnotatable^ get ();
}
abstract Target : IEdmVocabularyAnnotatable
function get Target () : IEdmVocabularyAnnotatable

Valore proprietà

Tipo: Microsoft.Data.Edm.IEdmVocabularyAnnotatable
Elemento cui si applica l'annotazione.

Vedere anche

Riferimento

IEdmVocabularyAnnotation Interfaccia

Spazio dei nomi Microsoft.Data.Edm.Annotations