SqlDecimal.Precision 属性

定义

获取用于表示 Value 属性的最大位数。

public:
 property System::Byte Precision { System::Byte get(); };
public byte Precision { get; }
member this.Precision : byte
Public ReadOnly Property Precision As Byte

属性值

用于表示此 SqlDecimal 结构的 Value 的最大位数。

适用于

另请参阅