AdoDotNetParameter.IsFixedSize, propriété

Obtient une valeur indiquant si la taille du type actuel de paramètre est résolue.

Espace de noms :  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly :  Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.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 with get 
override IsFixedSize : bool with get
override function get IsFixedSize () : boolean

Valeur de propriété

Type : Boolean
true si le type ne s'agit pas d'DbType suivant donne : AnsiString, Binary, Object, String, ou VarNumeric; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

AdoDotNetParameter Classe

Microsoft.VisualStudio.Data.Framework.AdoDotNet, espace de noms