共用方式為


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。

適用於