Freigeben über


EdmVocabularyAnnotation.Target-Eigenschaft

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

Siehe auch

Verweis

EdmVocabularyAnnotation Klasse

Microsoft.Data.Edm.Library.Annotations-Namespace