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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。