EdmPrimitiveTypeKind 列舉
列舉 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 | 布林型別。 | |
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 | 判斷這個型別類型是否代表空間型別。 |