Partager via


AdoDotNetParameter.IsFixedPrecision, propriété

Récupère une valeur booléenne indiquant si la précision du type actuel de paramètre est fixe.

Espace de noms :  Microsoft.VisualStudio.Data.AdoDotNet
Assembly :  Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)

Syntaxe

'Déclaration
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

Valeur de propriété

Type : Boolean
Retourne true si le type n'est pas l'une des valeurs suivantes pour DbType : AnsiString, Binary, Object, String, ou VarNumeric. ; AnsiString, Binary, Object, String, ou VarNumeric retourne sinon false.

Notes

Cette implémentation repose sur la retourner true si le type n'est pas l'une des valeurs suivantes pour DbType : AnsiString, Binary, Object, String, ou VarNumeric.

Sécurité .NET Framework

Voir aussi

Référence

AdoDotNetParameter Classe

Microsoft.VisualStudio.Data.AdoDotNet, espace de noms