Compartilhar via


Propriedade do RDL ResultSetView.IBindingList.AllowRemove

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (em System.Data.SqlServerCe.dll)

Sintaxe

'Declaração
Private ReadOnly Property AllowRemove As Boolean
    Implements IBindingList.AllowRemove
    Get
'Uso
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
O JScript dá suporte ao uso de implementações de interface explícitas, mas não à declaração de novas.

Valor da propriedade

Tipo: System.Boolean

Implementa

IBindingList.AllowRemove

Consulte também

Referência

ResultSetView Classe

Namespace System.Data.SqlServerCe