Freigeben über


AdoDotNetParameter.IsFixedScale-Eigenschaft

Ruft einen booleschen Wert ab, ob die Dezimalstellen für den aktuellen Parametertyp behoben wird.

Namespace:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

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

Eigenschaftswert

Typ: Boolean
Gibt true zurück, wenn der Typ keiner der folgenden DbType-Werte ist: Currency, Date, Decimal, Double, Single, Time oder VarNumeric. ; gibt andernfalls false zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

AdoDotNetParameter Klasse

Microsoft.VisualStudio.Data.AdoDotNet-Namespace