Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the element the annotation applies to.
Namespace: Microsoft.Data.Edm.Annotations
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property Target As IEdmVocabularyAnnotatable
Get
'Usage
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
Property Value
Type: Microsoft.Data.Edm.IEdmVocabularyAnnotatable
The element the annotation applies to.