Condividi tramite


Proprietà DataParameter.IsFixedPrecision

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

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

Sintassi

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

Valore proprietà

Tipo: Boolean
Restituisce true se la precisione viene corretto per il tipo di parametro corrente; in caso contrario restituisce false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataParameter Classe

Spazio dei nomi Microsoft.VisualStudio.Data

Precision