枚举 EDM 基元的种类。
命名空间: Microsoft.Data.Edm
程序集: Microsoft.Data.Edm(在 Microsoft.Data.Edm.dll 中)
语法
声明
Public Enumeration EdmPrimitiveTypeKind
用法
Dim instance As EdmPrimitiveTypeKind
public enum EdmPrimitiveTypeKind
public enum class EdmPrimitiveTypeKind
type EdmPrimitiveTypeKind
public enum EdmPrimitiveTypeKind
成员
| 成员名称 | 说明 | |
|---|---|---|
| None | 未知种类的基元类型。 | |
| Binary | Binary 类型。 | |
| Boolean | Boolean 类型。 | |
| Byte | Byte 类型。 | |
| DateTime | DateTime 类型。 | |
| DateTimeOffset | DateTimeOffset 类型。 | |
| Decimal | Decimal 类型。 | |
| Double | Double 类型。 | |
| Guid | Guid 类型。 | |
| Int16 | Int16 类型。 | |
| Int32 | Int32 类型。 | |
| Int64 | Int64 类型。 | |
| SByte | SByte 类型。 | |
| Single | Single 类型。 | |
| String | String 类型。 | |
| Stream | Stream 类型。 | |
| Time | Time 类型。 | |
| Geography | 任意地理类型。 | |
| GeographyPoint | 地理 Point 类型。 | |
| GeographyLineString | 地理 LineString 类型。 | |
| GeographyPolygon | 地理 Polygon 类型。 | |
| GeographyCollection | 地理 GeographyCollection 类型。 | |
| GeographyMultiPolygon | 地理 MultiPolygon 类型。 | |
| GeographyMultiLineString | 地理 MultiLineString 类型。 | |
| GeographyMultiPoint | 地理 MultiPoint 类型。 | |
| Geometry | 任意几何类型。 | |
| GeometryPoint | 几何 Point 类型。 | |
| GeometryLineString | 几何 LineString 类型。 | |
| GeometryPolygon | 几何 Polygon 类型。 | |
| GeometryCollection | 几何 GeometryCollection 类型。 | |
| GeometryMultiPolygon | 几何 MultiPolygon 类型。 | |
| GeometryMultiLineString | 几何 MultiLineString 类型。 | |
| GeometryMultiPoint | 几何 MultiPoint 类型。 | |
| IsTemporal | 确定此类型的种类是否表示临时类型。 | |
| IsIntegral | 确定此基元类型的类型是否表示整数类型。 | |
| IsSpatial | 确定此类型的种类是否表示空间类型。 |