Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Ruft das Element ab, für das die Anmerkung gilt, oder legt es fest.
Namespace: Microsoft.Data.Edm.Library.Annotations
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Property Target As IEdmVocabularyAnnotatable
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.Data.Edm.IEdmVocabularyAnnotatable
Implementiert
IEdmVocabularyAnnotation.Target