共用方式為


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