SqlDecimal.MaxPrecision 字段
定义
一个常数,它表示 Precision 属性的可能的最大值。A constant representing the largest possible value for the Precision property.
public: static initonly System::Byte MaxPrecision;
public static readonly byte MaxPrecision;
staticval mutable MaxPrecision : byte
Public Shared ReadOnly MaxPrecision As Byte
字段值
- Byte
注解
此常量的值为38。The value of this constant is 38.
适用于