Partager via


Propriété ResultSetView.IBindingList.AllowRemove

Espace de noms :  System.Data.SqlServerCe
Assembly :  System.Data.SqlServerCe (en System.Data.SqlServerCe.dll)

Syntaxe

'Déclaration
Private ReadOnly Property AllowRemove As Boolean
    Implements IBindingList.AllowRemove
    Get
'Utilisation
Dim instance As ResultSetView
Dim value As Boolean

value = CType(instance, IBindingList).AllowRemove
bool IBindingList.AllowRemove { get; }
private:
virtual property bool AllowRemove {
    bool get () sealed = IBindingList::AllowRemove::get;
}
private abstract AllowRemove : bool
private override AllowRemove : bool
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Valeur de propriété

Type : System.Boolean

Implémente

IBindingList.AllowRemove

Voir aussi

Référence

ResultSetView Classe

Espace de noms System.Data.SqlServerCe