propiedad JET_TABLECREATE.cCreated
Obtiene o establece el recuento de objetos creados (columnas+tabla+índices+devoluciones de llamada).
Espacio de nombres:Microsoft.Isam.Esent.Interop
Ensamblaje: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Property cCreated As Integer
Get
Set
'Usage
Dim instance As JET_TABLECREATE
Dim value As Integer
value = instance.cCreated
instance.cCreated = value
public int cCreated { get; set; }
Valor de propiedad
Tipo: System.Int32