Partager via


SqlCeUpdatableRecord.Updatable Property

Spécifie si le champ est actualisable.

Espace de noms: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (dans system.data.sqlserverce.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Updatable As Boolean
public bool Updatable { get; }
public:
property bool Updatable {
    bool get ();
}
/** @property */
public boolean get_Updatable ()
public function get Updatable () : boolean

Valeur de propriété

True si le champ est actualisable ; sinon, false.

Sécurité des threads

Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme sûrs.

Plateformes

Plateformes de développement

Windows Vista, Windows Mobile 5.0, Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Mobile 2003 for Pocket PC, Windows CE 5.0
Informations sur la version
.NET Framework et NET Compact Framework
Pris en charge dans 3.5
.NET Framework
Pris en charge dans 3.0
.NET Compact Framework et .Net Framework
Pris en charge dans 2.0

Voir aussi

Référence

SqlCeUpdatableRecord Class
SqlCeUpdatableRecord Members
System.Data.SqlServerCe Namespace