Partager via


AdoDotNetParameter.IsFixedSize, propriété

Récupère une valeur booléenne indiquant si la taille 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 IsFixedSize As Boolean
protected override bool IsFixedSize { get; }
protected:
virtual property bool IsFixedSize {
    bool get () override;
}
abstract IsFixedSize : bool
override IsFixedSize : bool
override function get IsFixedSize () : boolean

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

AdoDotNetParameter Classe

Microsoft.VisualStudio.Data.AdoDotNet, espace de noms