주석이 적용되는 요소를 가져오거나 설정합니다.
네임스페이스: 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