Share via


DataParameter.IsFixedScale, propriété

Récupère une valeur booléenne indiquant si l'échelle pour le type de paramètre actuel est fixe.

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

Syntaxe

'Déclaration
Protected Overridable ReadOnly Property IsFixedScale As Boolean
protected virtual bool IsFixedScale { get; }
protected:
virtual property bool IsFixedScale {
    bool get ();
}
abstract IsFixedScale : bool with get 
override IsFixedScale : bool with get
function get IsFixedScale () : boolean

Valeur de propriété

Type : Boolean
Retourne true si l'échelle 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

Scale