HResults.DTS_E_EXPREVALINVALIDCASTSCALE Field

Definition

The value %1!d! specified for the scale parameter of the cast to data type "%2" is not valid. The scale must be in the range %3!d! to %4!d! and the scale value is out of range for the type cast. Scale must not exceed precision and must be positive.

public: int DTS_E_EXPREVALINVALIDCASTSCALE = -1073450836;
public const int DTS_E_EXPREVALINVALIDCASTSCALE = -1073450836;
val mutable DTS_E_EXPREVALINVALIDCASTSCALE : int
Public Const DTS_E_EXPREVALINVALIDCASTSCALE As Integer  = -1073450836

Field Value

Value = -1073450836

Applies to