EdmVocabularyAnnotation.Target 属性

获取或设置批注应用的元素。

命名空间:  Microsoft.Data.Edm.Library.Annotations
程序集:  Microsoft.Data.Edm(在 Microsoft.Data.Edm.dll 中)

语法

声明
Public Property Target As IEdmVocabularyAnnotatable
    Get
    Set
用法
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)

属性值

类型:Microsoft.Data.Edm.IEdmVocabularyAnnotatable

实现

IEdmVocabularyAnnotation.Target

请参阅

参考

EdmVocabularyAnnotation 类

Microsoft.Data.Edm.Library.Annotations 命名空间