Share via


DataParameter.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
Assembly :  Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)

Syntaxe

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

Valeur de propriété

Type : Boolean
Retourne true si la précision est résolue pour le type de paramètre actuel ; sinon retourne false.

Sécurité .NET Framework

Voir aussi

Référence

DataParameter Classe

Microsoft.VisualStudio.Data, espace de noms

Precision