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