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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。