SqlFunctionAttribute.IsPrecise 屬性

定義

指出此函數是否包含不精確的計算,如浮點運算。

public:
 property bool IsPrecise { bool get(); void set(bool value); };
public bool IsPrecise { get; set; }
member this.IsPrecise : bool with get, set
Public Property IsPrecise As Boolean

屬性值

如果函式涉及精確的計算,則為 true,否則為 false

備註

函式的有效位數是用來判斷是否可編制此函式之計算資料行索引的屬性之一。

此屬性的預設值為 false

適用於