获取批注应用到的元素。
命名空间: Microsoft.Data.Edm.Annotations
程序集: Microsoft.Data.Edm(在 Microsoft.Data.Edm.dll 中)
语法
声明
ReadOnly Property Target As IEdmVocabularyAnnotatable
Get
用法
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
属性值
类型:Microsoft.Data.Edm.IEdmVocabularyAnnotatable
批注应用到的元素。