DataParameter.IsFixedScale 属性

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

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

语法

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

属性值

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

.NET Framework 安全性

请参见

参考

DataParameter 类

Microsoft.VisualStudio.Data 命名空间

Scale