Share via


ResultSetView.IBindingList.AllowRemove 屬性

命名空間:  System.Data.SqlServerCe
組件:  System.Data.SqlServerCe (在 System.Data.SqlServerCe.dll 中)

語法

'宣告
Private ReadOnly Property AllowRemove As Boolean
    Implements IBindingList.AllowRemove
    Get
'用途
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 支援使用明確介面實作,但不支援新的宣告。

屬性值

型別:System.Boolean

實作

IBindingList.AllowRemove

請參閱

參考

ResultSetView 類別

System.Data.SqlServerCe 命名空間