다음을 통해 공유


EdmTypeKind 열거형

정의

EDM metatypes를 정의합니다.

public enum EdmTypeKind
type EdmTypeKind = 
Public Enum EdmTypeKind
상속
EdmTypeKind

필드

Collection 4

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

Complex 3

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

Entity 2

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

EntityReference 5

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

Enum 6

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

None 0

알 수 없는 형식 또는 오류 종류를 나타냅니다.

Path 9

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

Primitive 1

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

TypeDefinition 7

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

Untyped 8

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

적용 대상