Proprietà EdmVocabularyAnnotation.Target
Ottiene o imposta l'elemento cui si applica l'annotazione.
Spazio dei nomi Microsoft.Data.Edm.Library.Annotations
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Sintassi
'Dichiarazione
Public Property Target As IEdmVocabularyAnnotatable
Get
Set
'Utilizzo
Dim instance As EdmVocabularyAnnotation
Dim value As IEdmVocabularyAnnotatable
value = instance.Target
instance.Target = value
public IEdmVocabularyAnnotatable Target { get; set; }
public:
virtual property IEdmVocabularyAnnotatable^ Target {
IEdmVocabularyAnnotatable^ get () sealed;
void set (IEdmVocabularyAnnotatable^ value) sealed;
}
abstract Target : IEdmVocabularyAnnotatable with get, set
override Target : IEdmVocabularyAnnotatable with get, set
final function get Target () : IEdmVocabularyAnnotatable
final function set Target (value : IEdmVocabularyAnnotatable)
Valore proprietà
Tipo: Microsoft.Data.Edm.IEdmVocabularyAnnotatable
Implementa
IEdmVocabularyAnnotation.Target