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

适用于