XlParameterDataType É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.
Indique le type de données d'un paramètre de requête.
public enum class XlParameterDataType
public enum XlParameterDataType
Public Enum XlParameterDataType
- Héritage
-
XlParameterDataType
Champs
xlParamTypeBigInt | -5 | Big integer. |
xlParamTypeBinary | -2 | Binaire. |
xlParamTypeBit | -7 | Peu. |
xlParamTypeChar | 1 | Chaîne. |
xlParamTypeDate | 9 | Date. |
xlParamTypeDecimal | 3 | Decimales. |
xlParamTypeDouble | 8 | Double. |
xlParamTypeFloat | 6 | Flotteur. |
xlParamTypeInteger | 4 | Entier. |
xlParamTypeLongVarBinary | -4 | Long binary. |
xlParamTypeLongVarChar | -1 | Long string. |
xlParamTypeNumeric | 2 | Numérique. |
xlParamTypeReal | 7 | Réel. |
xlParamTypeSmallInt | 5 | Small integer. |
xlParamTypeTime | 10 | Temps. |
xlParamTypeTimestamp | 11 | Time stamp. |
xlParamTypeTinyInt | -6 | Tiny integer. |
xlParamTypeUnknown | 0 | Type inconnu. |
xlParamTypeVarBinary | -3 | Variable-length binary. |
xlParamTypeVarChar | 12 | Variable-length string. |
xlParamTypeWChar | -8 | Unicode character string. |