共用方式為


IsPrecise 屬性

取得或設定 Boolean 屬性值,這個值會指定計算資料行是否為精確的值。

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property IsPrecise As Boolean
    Get
'用途
Dim instance As Column
Dim value As Boolean

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

屬性值

型別:System. . :: . .Boolean
指定計算資料行是否精確的 Boolean 值。

備註

Precise values cannot be a float or a real data type. Also they cannot be the result of a calculation that involves a float or a real data type.