Énumération EdmPrimitiveTypeKind
Énumère les types de primitives EDM.
Espace de noms : Microsoft.Data.Edm
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
Public Enumeration EdmPrimitiveTypeKind
'Utilisation
Dim instance As EdmPrimitiveTypeKind
public enum EdmPrimitiveTypeKind
public enum class EdmPrimitiveTypeKind
type EdmPrimitiveTypeKind
public enum EdmPrimitiveTypeKind
Membres
Nom de membre | Description | |
---|---|---|
None | Type primitif de type inconnu. | |
Binary | Type binaire. | |
Boolean | Type booléen. | |
Byte | Type d'octet. | |
DateTime | Type DateTime. | |
DateTimeOffset | Type DateTimeOffset. | |
Decimal | Type décimal. | |
Double | Type double. | |
Guid | Type GUID. | |
Int16 | Type Int16. | |
Int32 | Type Int32. | |
Int64 | Type Int64. | |
SByte | Type SByte. | |
Single | Type unique. | |
String | Type de chaîne. | |
Stream | Type de flux. | |
Time | Type d'heure. | |
Geography | Type géographique arbitraire. | |
GeographyPoint | Type de point géographique. | |
GeographyLineString | Type géographique LineString. | |
GeographyPolygon | Type de polygone géographique. | |
GeographyCollection | Type géographique GeographyCollection. | |
GeographyMultiPolygon | Type géographique MultiPolygon. | |
GeographyMultiLineString | Type géographique MultiLineString. | |
GeographyMultiPoint | Type géographique MultiPoint. | |
Geometry | Type géométrique arbitraire. | |
GeometryPoint | Type de point géométrique. | |
GeometryLineString | Type géométrique LineString. | |
GeometryPolygon | Type de polygone géométrique. | |
GeometryCollection | Représente un type géométrique GeometryCollection. | |
GeometryMultiPolygon | Type géométrique MultiPolygon. | |
GeometryMultiLineString | Type géométrique MultiLineString. | |
GeometryMultiPoint | Type géométrique MultiPoint. | |
IsTemporal | Détermine si ce type représente un type temporel. | |
IsIntegral | Détermine si ce type primitif représente un type entier. | |
IsSpatial | Détermine si ce type représente un type spatial. |