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 を返します。

適用対象