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 命名空间