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
。