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
- 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.
Voir aussi
Référence
Microsoft.VisualStudio.Data.Framework.AdoDotNet, espace de noms