SqlFunctionAttribute.IsPrecise 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出此函數是否包含不精確的計算,如浮點運算。
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
。