Proprietà ResultSetView.IBindingList.SupportsChangeNotification
Spazio dei nomi System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Sintassi
'Dichiarazione
Private ReadOnly Property SupportsChangeNotification As Boolean
Implements IBindingList.SupportsChangeNotification
Get
'Utilizzo
Dim instance As ResultSetView
Dim value As Boolean
value = CType(instance, IBindingList).SupportsChangeNotification
bool IBindingList.SupportsChangeNotification { get; }
private:
virtual property bool SupportsChangeNotification {
bool get () sealed = IBindingList::SupportsChangeNotification::get;
}
private abstract SupportsChangeNotification : bool
private override SupportsChangeNotification : bool
JScript supporta l'utilizzo di implementazioni esplicite dell'interfaccia , ma non la dichiarazione di nuove interfacce.
Valore proprietà
Tipo: System.Boolean
Implementa
IBindingList.SupportsChangeNotification