다음을 통해 공유


EdmTypeKind 열거형

EDM metatypes를 정의합니다.

네임스페이스:  Microsoft.Data.Edm
어셈블리:  Microsoft.Data.Edm(Microsoft.Data.Edm.dll)

구문

‘선언
Public Enumeration EdmTypeKind
‘사용 방법
Dim instance As EdmTypeKind
public enum EdmTypeKind
public enum class EdmTypeKind
type EdmTypeKind
public enum EdmTypeKind

멤버

멤버 이름 설명
None 알 수 없는 형식 또는 오류 종류를 나타냅니다.

Primitive IEdmPrimitiveType 를 구현하는 형식을 나타냅니다.

Entity IEdmEntityType 를 구현하는 형식을 나타냅니다.

Complex IEdmComplexType 을 구현하는 형식을 나타냅니다.

Row IEdmRowType 를 구현하는 형식을 나타냅니다.

Collection IEdmCollectionType 를 구현하는 형식을 나타냅니다.

EntityReference IEdmEntityReferenceType 를 구현하는 형식을 나타냅니다.

Enum IEdmEnumType 를 구현하는 형식을 나타냅니다.

IsStructured 이 형식 종류가 구조적 형식을 나타내는지 여부를 확인합니다.

참고 항목

참조

Microsoft.Data.Edm 네임스페이스