Proprietà ISql90ClrFunctionImplementation.IsPrecise

Ottiene o imposta un valore che modella la proprietà IsPreciseSqlFunctionAttribute di l per la funzione di Common Language Runtime (SQL CLR) di SQL Server.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property IsPrecise As Nullable(Of Boolean)
    Get
    Set
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>)

Valore proprietà

Tipo: System.Nullable<Boolean>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90ClrFunctionImplementation Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel