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
Nom | Valeur | Description |
---|---|---|
xlParamTypeWChar | -8 | Unicode character string. |
xlParamTypeBit | -7 | Mors. |
xlParamTypeTinyInt | -6 | Tiny integer. |
xlParamTypeBigInt | -5 | Big integer. |
xlParamTypeLongVarBinary | -4 | Long binary. |
xlParamTypeVarBinary | -3 | Variable-length binary. |
xlParamTypeBinary | -2 | Binaire. |
xlParamTypeLongVarChar | -1 | Long string. |
xlParamTypeUnknown | 0 | Type inconnu. |
xlParamTypeChar | 1 | Chaîne. |
xlParamTypeNumeric | 2 | Numérique. |
xlParamTypeDecimal | 3 | Décimal. |
xlParamTypeInteger | 4 | Entier. |
xlParamTypeSmallInt | 5 | Small integer. |
xlParamTypeFloat | 6 | Flotter. |
xlParamTypeReal | 7 | Réel. |
xlParamTypeDouble | 8 | Double. |
xlParamTypeDate | 9 | Date. |
xlParamTypeTime | 10 | Heure. |
xlParamTypeTimestamp | 11 | Time stamp. |
xlParamTypeVarChar | 12 | Variable-length string. |