Share via


ISql90ClrFunctionImplementation.IsPrecise Property

Gets or sets a value that models the IsPrecise property of the SqlFunctionAttribute for the SQL Server Common Language Run-time (SQL CLR) function.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IsPrecise As Nullable(Of Boolean)
Nullable<bool> IsPrecise { get; set; }
property Nullable<bool> IsPrecise {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
abstract IsPrecise : Nullable<bool> with get, set
function get IsPrecise () : Nullable<boolean>
function set IsPrecise (value : Nullable<boolean>)

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

ISql90ClrFunctionImplementation Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace