InstanceParameters.CreatePathIfNotExist 属性

获取或设置一个值,该值指示 ESENT 是否会以无提示方式创建其文件系统路径中缺少的文件夹。

Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (

语法

'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; }

属性值

类型: System.Boolean

另请参阅

参考

InstanceParameters 类

InstanceParameters 成员

Microsoft.Isam.Esent.Interop 命名空间