SqlCeConnectionStringBuilder.DefaultLockEscalation 屬性
取得或設定嘗試從資料列擴大為頁面,或從頁面擴大為資料表之前,交易將取得的鎖定數目。
命名空間: System.Data.SqlServerCe
組件: System.Data.SqlServerCe (在 System.Data.SqlServerCe.dll 中)
語法
'宣告
Public Property DefaultLockEscalation As Integer
Get
Set
'用途
Dim instance As SqlCeConnectionStringBuilder
Dim value As Integer
value = instance.DefaultLockEscalation
instance.DefaultLockEscalation = value
public int DefaultLockEscalation { get; set; }
public:
property int DefaultLockEscalation {
int get ();
void set (int value);
}
member DefaultLockEscalation : int with get, set
function get DefaultLockEscalation () : int
function set DefaultLockEscalation (value : int)
屬性值
型別:System.Int32
嘗試從資料列擴大為頁面,或從頁面擴大為資料表之前,交易將取得的鎖定數目。