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

Valeur de propriété

Type : Boolean
Retourne true si la taille 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

Size