IsPrecise プロパティ

計算列の値が正確であるかどうかを示す Boolean プロパティ値を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute> _
Public ReadOnly Property IsPrecise As Boolean
    Get
'使用
Dim instance As Column
Dim value As Boolean

value = instance.IsPrecise
[SfcPropertyAttribute]
public bool IsPrecise { get; }
[SfcPropertyAttribute]
public:
property bool IsPrecise {
    bool get ();
}
[<SfcPropertyAttribute>]
member IsPrecise : bool
function get IsPrecise () : boolean

プロパティ値

型: System. . :: . .Boolean
計算列が正確かどうかを示す Boolean 値です。

説明

float データ型または real データ型の場合は、正確な値になりません。また、float データ型または real データ型に関係する計算結果も正確な値になりません。