SqlMetaData.Precision 属性

定义

获取列或参数的精度。

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

属性值

作为 Byte 的列或参数的精度。

注解

如果未定义基础列类型的精度,则返回 0。

适用于