Propiedad InstanceParameters.CreatePathIfNotExist
Obtiene o establece un valor que indica si ESENT creará de forma silenciosa carpetas que faltan en sus rutas de acceso del sistema de archivos.
Espacio de nombres:Microsoft.Isam.Esent.Interop
Ensamblaje: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)
Sintaxis
'Declaration
Public Property CreatePathIfNotExist As Boolean
Get
Set
'Usage
Dim instance As InstanceParameters
Dim value As Boolean
value = instance.CreatePathIfNotExist
instance.CreatePathIfNotExist = value
public bool CreatePathIfNotExist { get; set; }
Valor de propiedad
Tipo: System.Boolean