Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Espacio de nombres: System.Data.SqlServerCe
Ensamblado: System.Data.SqlServerCe (en System.Data.SqlServerCe.dll)
Sintaxis
'Declaración
Private ReadOnly Property AllowNew As Boolean
Implements IBindingList.AllowNew
Get
'Uso
Dim instance As ResultSetView
Dim value As Boolean
value = CType(instance, IBindingList).AllowNew
bool IBindingList.AllowNew { get; }
private:
virtual property bool AllowNew {
bool get () sealed = IBindingList::AllowNew::get;
}
private abstract AllowNew : bool
private override AllowNew : bool
JScript admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.
Valor de la propiedad
Tipo: System.Boolean