SqlCeConnectionStringBuilder.AutoshrinkThreshold 属性
获取或设置在自动收缩开始之前允许的数据库文件中可用空间的百分比。
命名空间: System.Data.SqlServerCe
程序集: System.Data.SqlServerCe(在 System.Data.SqlServerCe.dll 中)
语法
声明
Public Property AutoshrinkThreshold As Integer
Get
Set
用法
Dim instance As SqlCeConnectionStringBuilder
Dim value As Integer
value = instance.AutoshrinkThreshold
instance.AutoshrinkThreshold = value
public int AutoshrinkThreshold { get; set; }
public:
property int AutoshrinkThreshold {
int get ();
void set (int value);
}
member AutoshrinkThreshold : int with get, set
function get AutoshrinkThreshold () : int
function set AutoshrinkThreshold (value : int)
属性值
类型:System.Int32
值为 100 将禁用自动收缩功能。如果未指定,默认值为 60。