Dela via


ISql90ClrFunctionImplementation.IsPrecise Property

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

Syntax

'Declaration
Property IsPrecise As Nullable(Of Boolean)
'Usage
Dim instance As ISql90ClrFunctionImplementation 
Dim value As Nullable(Of Boolean)

value = instance.IsPrecise

instance.IsPrecise = value
Nullable<bool> IsPrecise { get; set; }
property Nullable<bool> IsPrecise {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
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

ISql90ClrFunctionImplementation Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace