Freigeben über


ISql90ClrFunctionImplementation.IsPrecise-Eigenschaft

Ruft einen Wert ab oder legt einen Wert fest, der die IsPrecise-Eigenschaft SqlFunctionAttribute für die Funktion SQL Server Common Language Runtime (SQL CLR) modelliert.

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)
    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>)

Eigenschaftswert

Typ: System.Nullable<Boolean>

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql90ClrFunctionImplementation Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace