DataParameter.IsFixedPrecision 属性

检索指示当前参数类型的精度是否的布尔值是固定的。

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

语法

声明
Protected Overridable ReadOnly Property IsFixedPrecision As Boolean
protected virtual bool IsFixedPrecision { get; }
protected:
virtual property bool IsFixedPrecision {
    bool get ();
}
abstract IsFixedPrecision : bool
override IsFixedPrecision : bool
function get IsFixedPrecision () : boolean

属性值

类型:System.Boolean
如果精度为当前参数类型,是固定的返回 true ;否则返回 false。

.NET Framework 安全性

请参见

参考

DataParameter 类

Microsoft.VisualStudio.Data 命名空间

Precision