Sdílet prostřednictvím


ISql90ClrFunctionImplementation.IsPrecise – vlastnost

Získá nebo nastaví hodnotu, že modely IsPrecise Vlastnost SqlFunctionAttribute pro SQL Server funkce Common Language Runtime (SQL CLR).

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: System.Nullable<Boolean>

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISql90ClrFunctionImplementation Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů