IsNumeric Property
Questa caratteristica verrà rimossa a partire da una delle prossime versioni di Microsoft SQL Server. Evitare di utilizzare questa caratteristica in un nuovo progetto di sviluppo e prevedere interventi di modifica nelle applicazioni in cui è attualmente implementata.
The IsNumeric property is TRUE if the system data type referenced is an exact, numeric data type.
Sintassi
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);
Osservazioni
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).