共用方式為


DataParameter.GetPrecisionImpl 方法

擷取指定參數的精確度的位元組值。

命名空間:  Microsoft.VisualStudio.Data
組件:  Microsoft.VisualStudio.Data (在 Microsoft.VisualStudio.Data.dll 中)

語法

'宣告
Protected Overridable Function GetPrecisionImpl As Byte
protected virtual byte GetPrecisionImpl()
protected:
virtual unsigned char GetPrecisionImpl()
abstract GetPrecisionImpl : unit -> byte 
override GetPrecisionImpl : unit -> byte 
protected function GetPrecisionImpl() : byte

傳回值

型別:System.Byte
傳回參數的精確度做為位元組值。

備註

這個方法是由 Precision 屬性的實作會呼叫。

這個方法的基底實作會傳回零。

.NET Framework 安全性

請參閱

參考

DataParameter 類別

Microsoft.VisualStudio.Data 命名空間