Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette fonctionnalité sera supprimée dans une prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement, et prévoyez de modifier les applications qui utilisent actuellement cette fonctionnalité.
The IsNumeric property is TRUE if the system data type referenced is an exact, numeric data type.
Syntaxe
object
.IsNumeric
Parts
- object
An expression that evaluates to an object in the Applies To list
Data Type
Boolean
Modifiable
Read-only
Prototype (C/C++)
HRESULT GetIsNumeric(LPBOOL pRetVal);
Notes
Exact numeric data types are scaled integer values represented as strings. If a column using an exact numeric data type is being defined, precision and scale are specified, as in decimal(12, 4).