检索指定参数的精度的字节值。
命名空间: 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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。