Compartir a través de


ISql90ClrFunctionImplementation.IsPrecise (Propiedad)

Obtiene o establece un valor que modelar la propiedad IsPrecise de SqlFunctionAttribute para la función de SQL Server Common Language Runtime (SQL CLR).

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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>)

Valor de propiedad

Tipo: System.Nullable<Boolean>

Seguridad de .NET Framework

Vea también

Referencia

ISql90ClrFunctionImplementation Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)