共用方式為


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 命名空間