Partager via


DataParameter.IsFixedSize, propriété

Obtient une valeur d' Boolean indiquant si la taille du type actuel de paramètre est fixe.

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

Syntaxe

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

Valeur de propriété

Type : System.Boolean
true si la taille est résolue pour le type de paramètre actuel ; sinon, false.

Notes

Remarques à l'attention des héritiers

L'implémentation de base de cette méthode retourne false.

Sécurité .NET Framework

Voir aussi

Référence

DataParameter Classe

Microsoft.VisualStudio.Data.Framework, espace de noms

Size