Condividi tramite


Proprietà AdoDotNetParameter.IsFixedPrecision

Recupera un valore booleano che indica se la correttezza del tipo di parametro corrente è fissa.

Spazio dei nomi:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Sintassi

'Dichiarazione
Protected Overrides ReadOnly Property IsFixedPrecision As Boolean
protected override bool IsFixedPrecision { get; }
protected:
virtual property bool IsFixedPrecision {
    bool get () override;
}
abstract IsFixedPrecision : bool with get 
override IsFixedPrecision : bool with get
override function get IsFixedPrecision () : boolean

Valore proprietà

Tipo: Boolean
Restituisce true se il tipo non è uno dei seguenti valori DbType : AnsiString, Binary, Object, String, o VarNumeric. ; AnsiString, Binary, Object, String, o VarNumeric altrimenti restituisce false.

Note

Funzionamento di questa implementazione restituisce true se il tipo non è uno DbType stima: AnsiString, Binary, Object, String, o VarNumeric.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AdoDotNetParameter Classe

Spazio dei nomi Microsoft.VisualStudio.Data.AdoDotNet