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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.