AdoDotNetParameter.GetPrecisionImpl 方法

检索指定参数的精度的字节值。

命名空间:  Microsoft.VisualStudio.Data.AdoDotNet
程序集:  Microsoft.VisualStudio.Data(在 Microsoft.VisualStudio.Data.dll 中)

语法

声明
Protected Overrides Function GetPrecisionImpl As Byte
protected override byte GetPrecisionImpl()
protected:
virtual unsigned char GetPrecisionImpl() override
abstract GetPrecisionImpl : unit -> byte 
override GetPrecisionImpl : unit -> byte 
protected override function GetPrecisionImpl() : byte

返回值

类型:System.Byte
返回参数的精度为字节值。

备注

此方法由 Precision 属性的实现。

此方法的基实现返回零。

.NET Framework 安全性

请参见

参考

AdoDotNetParameter 类

Microsoft.VisualStudio.Data.AdoDotNet 命名空间

SetPrecisionImpl