EdmTypedDirectValueAnnotationBinding<T> 클래스
즉치 값을 갖는 EDM 주석과 해당 주석이 연결된 요소의 조합을 나타냅니다.
System.Object
Microsoft.Data.Edm.Library.Annotations.EdmTypedDirectValueAnnotationBinding<T>
네임스페이스: Microsoft.Data.Edm.Library.Annotations
어셈블리: Microsoft.Data.Edm(Microsoft.Data.Edm.dll)
‘선언
Public Class EdmTypedDirectValueAnnotationBinding(Of T) _
Implements IEdmDirectValueAnnotationBinding
‘사용 방법
Dim instance As EdmTypedDirectValueAnnotationBinding(Of T)
public class EdmTypedDirectValueAnnotationBinding<T> : IEdmDirectValueAnnotationBinding
generic<typename T>
public ref class EdmTypedDirectValueAnnotationBinding : IEdmDirectValueAnnotationBinding
type EdmTypedDirectValueAnnotationBinding<'T> =
class
interface IEdmDirectValueAnnotationBinding
end
JScript는 제네릭 형식 및 메서드를 지원하지 않습니다.
- T
주석 값의 형식입니다.
EdmTypedDirectValueAnnotationBinding<T> 유형에서 다음 멤버를 표시합니다.
이름 | 설명 | |
---|---|---|
![]() |
EdmTypedDirectValueAnnotationBinding<T>() | EdmTypedDirectValueAnnotationBinding<T> 클래스의 새 인스턴스를 초기화합니다. |
![]() |
EdmTypedDirectValueAnnotationBinding<T>(IEdmElement) | EdmTypedDirectValueAnnotationBinding<T> 클래스의 새 인스턴스를 초기화합니다. |
![]() |
EdmTypedDirectValueAnnotationBinding<T>(IEdmElement, T) | Element 클래스의 새 인스턴스를 초기화합니다. |
맨 위로 이동
이름 | 설명 | |
---|---|---|
![]() |
Element | 주석이 연결된 요소를 가져오거나 설정합니다. |
![]() |
LocalName | 주석의 로컬 이름을 가져옵니다. |
![]() |
NamespaceUri | 주석의 네임스페이스 URI를 가져옵니다. |
![]() |
Value | 이 주석의 값을 가져오거나 설정합니다. |
맨 위로 이동
이름 | 설명 | |
---|---|---|
![]() |
Equals | (Object에서 상속됨) |
![]() |
Finalize | (Object에서 상속됨) |
![]() |
GetHashCode | (Object에서 상속됨) |
![]() |
GetType | (Object에서 상속됨) |
![]() |
MemberwiseClone | (Object에서 상속됨) |
![]() |
ToString | (Object에서 상속됨) |
맨 위로 이동
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.