PrimitiveTypeKind Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Spécifie les types primitifs comme définis par EDM.
public enum class PrimitiveTypeKind
public enum PrimitiveTypeKind
type PrimitiveTypeKind =
Public Enum PrimitiveTypeKind
- Héritage
Champs
Binary | 0 | Type binaire. |
Boolean | 1 | Type booléen. |
Byte | 2 | Type d'octets. |
DateTime | 3 | Type DateTime. |
DateTimeOffset | 14 | Type DateTimeOffset. |
Decimal | 4 | Type décimal. |
Double | 5 | Type Double. |
Geography | 16 | Type géographique. |
GeographyCollection | 30 | Type de collection géographique. |
GeographyLineString | 25 | Type chaîne de ligne géographique. |
GeographyMultiLineString | 28 | Type chaîne multiligne géographique. |
GeographyMultiPoint | 27 | Type multipoint géographique. |
GeographyMultiPolygon | 29 | Type multipolygonal géographique. |
GeographyPoint | 24 | Type de point géographique. |
GeographyPolygon | 26 | Type de polygone géographique. |
Geometry | 15 | Type de géométrie. |
GeometryCollection | 23 | Type de collection géométrique. |
GeometryLineString | 18 | Type chaîne de ligne géométrique. |
GeometryMultiLineString | 21 | Type chaîne multiligne géométrique. |
GeometryMultiPoint | 20 | Type multipoint géométrique. |
GeometryMultiPolygon | 22 | Type multipolygonal géométrique. |
GeometryPoint | 17 | Type de point géométrique. |
GeometryPolygon | 19 | Type de polygone géométrique. |
Guid | 6 | Type du GUID. |
Int16 | 9 | Type Int16. |
Int32 | 10 | Type Int32. |
Int64 | 11 | Type Int64. |
SByte | 8 | Type SByte. |
Single | 7 | Type unique. |
String | 12 | Type de chaîne. |
Time | 13 | Type Time. |